2 overrides of CreateRowUpdatedEvent
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataAdapter.cs (1)
143protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
System.Data.OleDb (1)
OleDbDataAdapter.cs (1)
140protected 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)
1170rowUpdatedEvent = CreateRowUpdatedEvent(dataRow, dataCommand, StatementType.Batch, tableMapping); 1193rowUpdatedEvent = CreateRowUpdatedEvent(dataRow, dataCommand, statementType, tableMapping); 1292RowUpdatedEventArgs rowUpdatedEvent = CreateRowUpdatedEvent(null!, dataCommand, statementType, tableMapping);