[]
Initializes a new instance of the RowUpdatingEventArgs class.
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Protected Overrides Function CreateRowUpdatingEvent(dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatingEventArgs
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The DataRow that updates 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 |
|---|---|
| RowUpdatingEventArgs | A new instance of the RowUpdatingEventArgs class. |