ParameterDirection Enumeration
Specifies the type of a parameter within a query.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Members
Member name | Description | |
---|---|---|
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. |