DB2RowUpdatingEventArgs Properties

The properties of the DB2RowUpdatingEventArgs class are listed here. For a complete list of DB2RowUpdatingEventArgs class members, see the DB2RowUpdatingEventArgs Members topic.

Table 1. Public Properties
Property Description
public property Command Gets or sets the DB2®Command to execute when Update is called.
public property Errors (inherited from RowUpdatingEventArgs) Gets any errors generated by the IBM® Data Server Provider for .NET when the Command executes.
public property Row (inherited from RowUpdatingEventArgs) Gets the DataRow to send through an Update.
public property StatementType (inherited from RowUpdatingEventArgs) Gets the type of SQL statement to execute.
public property Status (inherited from RowUpdatingEventArgs) Gets the UpdateStatus of the Command.
public property TableMapping (inherited from RowUpdatingEventArgs) Gets the DataTableMapping to send through the Update.