
|
Command
|
Gets the OdbcCommand executed when Update is called.
|

|
Errors
|
Gets any errors generated by the .NET Framework data provider when the Command was executed.
|

|
EventArgs
|
Provides direct access to ADO.Net OdbcRowUpdatedEventArgs object.
|

|
RecordsAffected
|
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|

|
Row
|
Gets the DataRow sent through an Update.
|

|
RowCount
|
Gets the number of rows processed in a batch of updated records.
|

|
StatementType
|
Gets the type of SQL statement executed.
|

|
Status
|
Gets the UpdateStatus of the Command property.
|

|
TableMapping
|
Gets the DataTableMapping sent through an Update.
|