This enumeration describe the mode of a given parameter. Its members are returned as values of the Mode property of Progress.Reflect.Parameter instances. Because Progress.Reflect.ParameterMode is a flag enumeration, multiple flags can be set at one time.
This class is FINAL and cannot be inherited.
Member | Description |
---|---|
Input | The parameter is INPUT. |
Output |
The parameter is OUTPUT. |
InputOutput | The parameter is INPUT-OUTPUT. This member is a combination of the Input and Output members. |
Append | APPEND is specified on the parameter definition (for a temp table or ProDataSet). |
Bind | BIND is specified on the parameter definition (for a temp table or ProDataSet). |