8 references to OleDbConnection
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
153
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbConnection
))]
System.Data.OleDb (7)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (7)
15
public OleDbCommand(string? cmdText, System.Data.OleDb.
OleDbConnection
? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
16
public OleDbCommand(string? cmdText, System.Data.OleDb.
OleDbConnection
? connection, System.Data.OleDb.OleDbTransaction? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
28
public new System.Data.OleDb.
OleDbConnection
? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
78
public string QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.
OleDbConnection
? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
81
public string UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.
OleDbConnection
? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
158
public OleDbDataAdapter(string? selectCommandText, System.Data.OleDb.
OleDbConnection
? selectConnection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
483
public new System.Data.OleDb.
OleDbConnection
? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }