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)
15public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 16public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection, System.Data.OleDb.OleDbTransaction? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 28public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 78public string QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 81public string UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 158public OleDbDataAdapter(string? selectCommandText, System.Data.OleDb.OleDbConnection? selectConnection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 483public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }