Send feedback on this topic.
Teradata.Client.Provider
Command Property (TdRowUpdatedEventArgs)



Teradata.Client.Provider Namespace > TdRowUpdatedEventArgs Class : Command Property
Gets the TdCommand object associated with the event.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As TdCommand
'Usage
 
Dim instance As TdRowUpdatedEventArgs
Dim value As TdCommand
 
value = instance.Command
public new TdCommand Command {get;}
public:
new property TdCommand^ Command {
   TdCommand^ get();
}

Property Value

A TdCommand object used to update (i.e. UPDATE, INSERT or DELETE) a row in the Teradata table which corresponds to the DataRow.
Exceptions
ExceptionDescription
The command parameter passed to the constructor is not of type TdCommand.
Remarks
Command property reflects the TdCommand instance used to update (INSERT, UPDATE and DELETE) the Teradata database. TdCommand instance encapsulates the DML statement, parameters (data), TdConnection, and whether output parameters are applied to the DataRow
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdRowUpdatedEventArgs Class
TdRowUpdatedEventArgs Members