RowUpdatedEventArgs Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Command | Gets the IDbCommand executed when Update is called. |
| Errors | Gets any errors generated by the .NET Framework data provider when the Command was executed. |
| 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. |
Reference
RowUpdatedEventArgs ClassSystem.Data.Common Namespace