2 overrides of CreateRowUpdatedEvent
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataAdapter.cs (1)
143
protected override RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
System.Data.OleDb (1)
OleDbDataAdapter.cs (1)
140
protected override RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
3 references to CreateRowUpdatedEvent
System.Data.Common (3)
System\Data\Common\DbDataAdapter.cs (3)
1170
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, StatementType.Batch, tableMapping);
1193
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, statementType, tableMapping);
1292
RowUpdatedEventArgs rowUpdatedEvent =
CreateRowUpdatedEvent
(null!, dataCommand, statementType, tableMapping);