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\net11.0\System.Data.OleDb.notsupported.cs (5)
54
public new System.Data.OleDb.
OleDbDataReader
ExecuteReader() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
55
public new System.Data.OleDb.
OleDbDataReader
ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
220
public new System.Data.OleDb.
OleDbDataReader
GetData(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
254
public static System.Data.OleDb.
OleDbDataReader
GetEnumerator(System.Type type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
258
public static System.Data.OleDb.
OleDbDataReader
GetRootEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }