MsIfmxCommand Class

Definition

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

Constructors

MsIfmxCommand()
MsIfmxCommand(MsIfmxCommand)
MsIfmxCommand(String)
MsIfmxCommand(String, MsIfmxConnection)
MsIfmxCommand(String, MsIfmxConnection, MsIfmxTransaction)

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