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