Define the schema for a ProDataSet parameter
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Defining the schema for an ABL ProDataSet (DATASET or DATASET-HANDLE) parameter
is a multi-step process.
To define the schema for a ProDataSet parameter:
-
If the parameter is for input or input-output, define
an ADO.NET
DataSetto hold the parameter value. -
Define a
ProDataSetMetaDataobject to specify its schema. -
Define the temp-tables for the
ProDataSetMetaDataobject. -
Define the data-relations for the
ProDataSetMetaDataobject. -
Add the
ProDataSetMetaDataobject and theDataSet(if applicable) as a ProDataSet parameter to yourParamArrayobject using the appropriate set parameter method.