6 references to OleDbDataReader
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
156
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbDataReader
))]
System.Data.OleDb (5)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (5)
51
public new System.Data.OleDb.
OleDbDataReader
ExecuteReader() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
52
public new System.Data.OleDb.
OleDbDataReader
ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
205
public new System.Data.OleDb.
OleDbDataReader
GetData(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
233
public static System.Data.OleDb.
OleDbDataReader
GetEnumerator(System.Type type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
234
public static System.Data.OleDb.
OleDbDataReader
GetRootEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }