17 references to OleDbCommand
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
151[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbCommand))]
System.Data.OleDb (16)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (16)
48public System.Data.OleDb.OleDbCommand Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 70public static void DeriveParameters(System.Data.OleDb.OleDbCommand command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 71public new System.Data.OleDb.OleDbCommand GetDeleteCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 72public new System.Data.OleDb.OleDbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 73public new System.Data.OleDb.OleDbCommand GetInsertCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 74public new System.Data.OleDb.OleDbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 78public new System.Data.OleDb.OleDbCommand GetUpdateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 79public new System.Data.OleDb.OleDbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 120public new System.Data.OleDb.OleDbCommand CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 169public OleDbDataAdapter(System.Data.OleDb.OleDbCommand? selectCommand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 174public new System.Data.OleDb.OleDbCommand? DeleteCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 177public new System.Data.OleDb.OleDbCommand? InsertCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 180public new System.Data.OleDb.OleDbCommand? SelectCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 187public new System.Data.OleDb.OleDbCommand? UpdateCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 456public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 463public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }