DB2RowUpdatingEventArgs.Command Property

Gets or sets the DB2Command to execute when Update is called.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Property Command As DB2Command

[C#]
public new DB2Command
 Command {get; set;}
[C++]
public: __property DB2Command
* get_Command();
public: __property void set_Command(DB2Command
*);
[JScript]
public function get Command() : DB2Command
;
public function set Command(DB2Command
);

Property value

The DB2®Command to execute when Update is called.