Pass a ProDataGraph as INPUT or INPUT-OUTPUT
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
ProDataGraph for INPUT or
INPUT-OUTPUT to an application service, you must as a minimum, create a
ProDataGraph that maps to the corresponding ProDataSet parameter of the
application service. While the mechanisms for programming an input
ProDataGraph are identical regardless of the type of ProDataSet parameter
it maps to, the requirements for preparing the ProDataGraph depend on the
ProDataSet parameter passing mode, data type, and requirements of the application
service.-
To pass a
ProDataGraphwhen the parameter passing mode of the ProDataSet isINPUT:-
Prepare the
ProDataGaphas required. For more information, see Prepare an input ProDataGraph. -
Pass the
ProDataGraphdirectly as a parameter to the proxy method.By comparison, handling INPUT-OUT parameters is more complex.
-
Prepare the
-
To pass a
ProDataGraphwhen the parameter passing mode of the ProDataSet isINPUT-OUTPUT: