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



Teradata.Client.Provider Namespace > TdRowUpdatingEventArgs Class : Command Property
Gets or sets the TdCommand object associated with the event.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As TdCommand
'Usage
 
Dim instance As TdRowUpdatingEventArgs
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 Advanced SQL Engine. TdCommand instance encapsulates the DML statement, parameters (data), TdConnection, and whether output parameters are applied to the DataRow.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdRowUpdatingEventArgs Class
TdRowUpdatingEventArgs Members