3 overrides of CreateRowUpdatingEvent
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
157
override protected RowUpdatingEventArgs
CreateRowUpdatingEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
156
override protected RowUpdatingEventArgs
CreateRowUpdatingEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
186
override protected RowUpdatingEventArgs
CreateRowUpdatingEvent
(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
1 reference to CreateRowUpdatingEvent
System.Data (1)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
876
RowUpdatingEventArgs rowUpdatingEvent =
CreateRowUpdatingEvent
(dataRow, dataCommand, statementType, tableMapping);