2 overrides of CreateRowUpdatedEvent
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataAdapter.cs (1)
143
protected override RowUpdatedEventArgs
CreateRowUpdatedEvent
(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
178
protected override System.Data.Common.RowUpdatedEventArgs
CreateRowUpdatedEvent
(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
3 references to CreateRowUpdatedEvent
System.Data.Common (3)
System\Data\Common\DbDataAdapter.cs (3)
1170
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, StatementType.Batch, tableMapping);
1193
rowUpdatedEvent =
CreateRowUpdatedEvent
(dataRow, dataCommand, statementType, tableMapping);
1292
RowUpdatedEventArgs rowUpdatedEvent =
CreateRowUpdatedEvent
(null!, dataCommand, statementType, tableMapping);