[]
Initializes a new instance of the RowUpdatedEventArgs class.
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Protected Overrides Function CreateRowUpdatedEvent(dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The DataRow used to update the data source. |
| IDbCommand | command | The IDbCommand executed during the Update(DataSet). |
| StatementType | statementType | Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. |
| DataTableMapping | tableMapping | A DataTableMapping object. |
| Type | Description |
|---|---|
| RowUpdatedEventArgs | A new instance of the RowUpdatedEventArgs class. |