AceQL HTTP C# Client SDK v7.7

AceQLCommand Constructor (String, AceQLConnection)

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

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

Syntax


public AceQLCommand(
	string cmdText,
	AceQLConnection connection
)

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.

Exceptions


ExceptionCondition
[System.ArgumentNullException] If cmdText is null or connection is null.