DB2 Version 9.7 for Linux, UNIX, and Windows

DB2RowUpdatedEventArgs.Command Property

Gets the DB2Command executed when Update is called.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.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 DB2Command executed when Update is called.