Enum ParameterDirection
The modifier of the parameter. Determines the direction of the parameter value transfer.
Namespace: Terrasoft.Common
Assembly: Terrasoft.Common.dll
Syntax
public enum ParameterDirection
Fields
Name | Description |
---|---|
Input | Inbound. |
Output | Outbound. |
Var | Inbound / Outbound. |