DrdaCommand Class

Definition

public ref class DrdaCommand sealed : System::Data::Common::DbCommand, ICloneable
public sealed class DrdaCommand : System.Data.Common.DbCommand, ICloneable
type DrdaCommand = class
    inherit DbCommand
    interface ICloneable
Public NotInheritable Class DrdaCommand
Inherits DbCommand
Implements ICloneable
Inheritance
DrdaCommand
Implements

Constructors

DrdaCommand()
DrdaCommand(DrdaCommand)
DrdaCommand(String)
DrdaCommand(String, DrdaConnection)
DrdaCommand(String, DrdaConnection, DrdaTransaction)

Properties

CommandSourceId
CommandText
CommandTimeout
CommandType
Connection
CursorName
DesignTimeVisible
LiteralReplacement
Parameters
Transaction
UpdatedRowSource

Methods

AddToBatch()
AddToBatch(Object[])
Cancel()
Clone()
CreateParameter()
ExecuteBatch()
ExecuteBatch(Boolean)
ExecuteBatchAsync(Boolean, CancellationToken)
ExecuteBatchAsync(CancellationToken)
ExecuteNonQuery()
ExecuteNonQueryAsync(CancellationToken)
ExecuteNonQueryIdentity()
ExecuteNonQueryIdentityAsync(CancellationToken)
ExecuteReader()
ExecuteReader(CommandBehavior)
ExecuteReaderAsync()
ExecuteReaderAsync(CancellationToken)
ExecuteReaderAsync(CommandBehavior)
ExecuteReaderAsync(CommandBehavior, CancellationToken)
ExecuteScalar()
ExecuteScalarAsync(CancellationToken)
Prepare()
PrepareAsync(CancellationToken)

Applies to