AceQL HTTP C# Client SDK v7.7

AceQLCommand Constructor (String)

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

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

Syntax


public AceQLCommand(
	string cmdText
)

Parameters

cmdText
Type: String
The text of the query.

Exceptions


ExceptionCondition
[System.ArgumentNullException]If cmdText is null.