3 references to RowUpdatingEventArgs
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
264return new RowUpdatingEventArgs(dataRow, command, statementType, tableMapping);
System.Data.Odbc (1)
System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
23: base(row, command, statementType, tableMapping)
System.Data.OleDb (1)
OleDbRowUpdatingEvent.cs (1)
11: base(dataRow, command, statementType, tableMapping)