DB2RowUpdatedEventArgs.Command Property
Gets the DB2Command executed when Update is called.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property Command As DB2Command
[C#]
public new DB2Command
Command {get;}
[C++]
public: __property DB2Command
* get_Command();
[JScript]
public function get Command() : DB2Command
;
Property value
The DB2®Command executed when Update is called.