[]
Initializes a new instance of the C1RowUpdatingEventArgs<TCommandImpl> class.
public C1RowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
| Type | Name | Description |
|---|---|---|
| DataRow | row | The DataRow sent through an Update(DataSet). |
| IDbCommand | command | The IDbCommand executed when Update(DataSet) is called. |
| StatementType | statementType | The type of SQL statement executed. |
| DataTableMapping | tableMapping | The DataTableMapping sent through an Update(DataSet). |