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)
45public System.Data.OleDb.OleDbCommand Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 67public static void DeriveParameters(System.Data.OleDb.OleDbCommand command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 68public new System.Data.OleDb.OleDbCommand GetDeleteCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 69public new System.Data.OleDb.OleDbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 70public new System.Data.OleDb.OleDbCommand GetInsertCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 71public new System.Data.OleDb.OleDbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 75public new System.Data.OleDb.OleDbCommand GetUpdateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 76public new System.Data.OleDb.OleDbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 114public new System.Data.OleDb.OleDbCommand CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 157public OleDbDataAdapter(System.Data.OleDb.OleDbCommand? selectCommand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 162public new System.Data.OleDb.OleDbCommand? DeleteCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 165public new System.Data.OleDb.OleDbCommand? InsertCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 168public new System.Data.OleDb.OleDbCommand? SelectCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 175public new System.Data.OleDb.OleDbCommand? UpdateCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 429public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 436public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }