4 references to RowUpdatingEventArgs
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
233
return new
RowUpdatingEventArgs
(dataRow, command, statementType, tableMapping);
fx\src\data\System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
31
:
base
(row, command, statementType, tableMapping)
fx\src\data\System\Data\OleDb\OleDbRowUpdatingEvent.cs (1)
18
:
base
(dataRow, command, statementType, tableMapping) {
fx\src\data\System\Data\SqlClient\SqlRowUpdatingEvent.cs (1)
17
:
base
(row, command, statementType, tableMapping) {