AceQL HTTP C# Client SDK v7.5.1

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.