2 overrides of CreateRowUpdatingEvent
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataAdapter.cs (1)
148protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
System.Data.OleDb (1)
OleDbDataAdapter.cs (1)
145protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
1 reference to CreateRowUpdatingEvent
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
1046RowUpdatingEventArgs? rowUpdatingEvent = CreateRowUpdatingEvent(dataRow, dataCommand, statementType, tableMapping);