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

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
ArgumentNullExceptionIf cmdText is null.