Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateRowUpdatedEvent ( |
Initializes a new instance of the T:System.Data.Common.RowUpdatedEventArgs class.
|
|
CreateRowUpdatingEvent ( |
Initializes a new instance of the T:System.Data.Common.RowUpdatingEventArgs class.
|
|
OnRowUpdated ( |
Raises the RowUpdated event of a .NET Framework data provider.
|
|
OnRowUpdating ( |
Raises the RowUpdating event of a .NET Framework data provider.
|
protected CreateRowUpdatedEvent ( |
||
dataRow | The |
|
command | IDbCommand |
/// The |
statementType | StatementType | Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. |
tableMapping | A |
|
return |
protected CreateRowUpdatingEvent ( |
||
dataRow | The |
|
command | IDbCommand |
/// The |
statementType | StatementType | Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. |
tableMapping | A |
|
return |
protected OnRowUpdated ( |
||
value | A |
|
return | void |
protected OnRowUpdating ( |
||
value | An |
|
return | void |