[]
Provides the data for the RowUpdating event of a data provider.
public sealed class C1RowUpdatingEventArgs<TCommandImpl> : RowUpdatingEventArgs where TCommandImpl : DbCommand
| Name | Description |
|---|---|
| TCommandImpl |
| Name | Description |
|---|---|
| C1RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) | Initializes a new instance of the C1RowUpdatingEventArgs<TCommandImpl> class. |
| Name | Description |
|---|---|
| BaseCommand | Gets or sets the IDbCommand object for an instance of this class. |
| Command | Gets the |