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

CommandType Enumeration

Specifies how a command string is interpreted.

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

Syntax


public enum CommandType

Members


Member nameDescription
Text An SQL text command. (Default.)
StoredProcedure The name of a stored procedure.
TableDirect The name of a table.