3 overrides of CreateRowUpdatingEvent
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
157override protected RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
156override protected RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) {
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
186override 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)
876RowUpdatingEventArgs rowUpdatingEvent = CreateRowUpdatingEvent(dataRow, dataCommand, statementType, tableMapping);