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)
48
public System.Data.OleDb.
OleDbCommand
Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
70
public static void DeriveParameters(System.Data.OleDb.
OleDbCommand
command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
71
public new System.Data.OleDb.
OleDbCommand
GetDeleteCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
72
public new System.Data.OleDb.
OleDbCommand
GetDeleteCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
73
public new System.Data.OleDb.
OleDbCommand
GetInsertCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
74
public new System.Data.OleDb.
OleDbCommand
GetInsertCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
78
public new System.Data.OleDb.
OleDbCommand
GetUpdateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
79
public new System.Data.OleDb.
OleDbCommand
GetUpdateCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
120
public new System.Data.OleDb.
OleDbCommand
CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
169
public OleDbDataAdapter(System.Data.OleDb.
OleDbCommand
? selectCommand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
174
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); } }
177
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); } }
180
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); } }
187
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); } }
456
public new System.Data.OleDb.
OleDbCommand
? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
463
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); } }