setDataSet procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
setDataSet procedure
Sets the DataSetMessage.
Syntax
|
Applies to
Message objects
Notes
- The handle parameter must be a handle to a valid DataSet.
- The schema parameters specify the schema information and are passed
directly to the
WRITE-XMLmethod. Specifying anUnknown value (?)for any of the schema parameters will result in the use of the default value for that parameter. - The
DataSetMessageis converted to anXMLMessageusing theWRITE-XMLmethod and setLongText procedure.
See also
createDataSetMessage procedure, setDataSet procedure, getDataSet function
For an example, see the DataSetMessage.