Add the ProDataSetMetaData object with its DataSet as a ProDataSet parameter
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Add the ProDataSetMetaData object with its DataSet as a ProDataSet parameter
Add the ProDataSetMetaData object together
with the ADO.NET DataSet it describes 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.
Sample OpenAPI fragment setting a ProDataSet parameter
The following example adds a temp-table parameter defined with no indexes.
|