2 references to OleDbRowUpdatingEventHandler
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
174[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbRowUpdatingEventHandler))]
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
177public event System.Data.OleDb.OleDbRowUpdatingEventHandler? RowUpdating { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }