3 overrides of CreateRowUpdatedEvent
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
153
override protected RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
152
override protected RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
182
override protected RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
3 references to CreateRowUpdatedEvent
System.Data (3)
fx\src\data\System\Data\Common\DbDataAdapter.cs (3)
988
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, StatementType.Batch, tableMapping);
1007
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, statementType, tableMapping);
1091
RowUpdatedEventArgs rowUpdatedEvent =
CreateRowUpdatedEvent
(null, dataCommand, statementType, tableMapping);