DB2RowUpdatingEventArgs Properties
The properties of the DB2RowUpdatingEventArgs class are listed here. For a complete list of DB2RowUpdatingEventArgs class members, see the DB2RowUpdatingEventArgs Members topic.
| Property | Description |
|---|---|
Command |
Gets or sets the DB2®Command to execute when Update is called. |
Errors (inherited from RowUpdatingEventArgs) |
Gets any errors generated by the IBM® Data Server Provider for .NET when the Command executes. |
Row (inherited from RowUpdatingEventArgs) |
Gets the DataRow to send through an Update. |
StatementType (inherited from RowUpdatingEventArgs) |
Gets the type of SQL statement to execute. |
Status (inherited from RowUpdatingEventArgs) |
Gets the UpdateStatus of the Command. |
TableMapping (inherited from RowUpdatingEventArgs) |
Gets the DataTableMapping to send through the Update. |