[]
Initializes a new instance of the RowUpdatingEventArgs class.
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
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. |