Skip to main content

Enum Direction

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum Direction

Fields

FieldsDescription
InputSpecifies that the mapping will be an input parameter.
OutputSpecifies that the mapping will be a parameter marked as output. That is, it can return a value back through the parameter.
ReturnValueSpecifies that the mapping will be the return value of the command.