3 references to OleDbDataAdapter
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
155
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbDataAdapter
))]
System.Data.OleDb (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
63
public OleDbCommandBuilder(System.Data.OleDb.
OleDbDataAdapter
? adapter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
65
public new System.Data.OleDb.
OleDbDataAdapter
? DataAdapter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }