AceQL HTTP C# Client SDK v7.7

ParameterDirection Enumeration

Specifies the type of a parameter within a query.

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

Syntax


public enum ParameterDirection

Members


Member nameDescription
Input The parameter is an input parameter.
Output The parameter is an output parameter.
InputOutput The parameter is capable of both input and output.
ReturnValue The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.