Progress.Reflect.ParameterMode enumeration
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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.
Serializable:
Yes
Super Class
Members
| Member | Description |
|---|---|
Input |
The parameter is INPUT. |
|
|
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). |
Public Methods
| GetEnum( ) method | SetFlag( ) method |
| ToggleFlag( ) method | UnsetFlag( ) method |