AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLCommand Constructor (String, AceQLConnection, AceQLTransaction)

Initializes a new instance of the AceQLCommand class with the text of the query and a AceQLConnection, and the AceQLTransaction.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public AceQLCommand(
	string cmdText,
	AceQLConnection connection,
	AceQLTransaction transaction
)

Parameters

cmdText
Type: String
The text of the query.
connection
Type: AceQL.Client.Api..::..AceQLConnection
A AceQLConnection that represents the connection to a remote database.
transaction
Type: AceQL.Client.Api..::..AceQLTransaction
A AceQLTransaction.

Exceptions


ExceptionCondition
ArgumentNullException If cmdText is null or connection or transaction is null.