2 overrides of SetRowUpdatingHandler
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommandBuilder.cs (1)
291
protected override void
SetRowUpdatingHandler
(DbDataAdapter adapter)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
79
protected override void
SetRowUpdatingHandler
(System.Data.Common.DbDataAdapter adapter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
2 references to SetRowUpdatingHandler
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
422
SetRowUpdatingHandler
(_dataAdapter);
428
SetRowUpdatingHandler
(value);