Specify the ProDataGraphMetaData object for a ProDataSet parameter
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Specify the ProDataGraphMetaData object
together with any input ProDataGraph by passing
them as parameters of the addDataset() or addDatasetHandle() method
that you use to add the ProDataSet parameter to the ParamArray object.
For more information, see DATASET and DATASET-HANDLE.
The following example adds a temp-table parameter defined with no indexes.
Example: OpenAPI fragment setting a ProDataSet parameter
|
For more information on the objects and methods for defining the schema of a ProDataSet
parameter and on working with the ProDataGraph used to map a ProDataSet
parameter, see Access ABL ProDataSets.