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