DataSetMessage
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
A DataSetMessage is a message type whose body contains a ProDataSet. The
information sent and received is based upon the existing XMLMessage. ABL has
built in support to transform a ProDataSet into XML. The following table lists the methods for
handling DataSet messages.
| Create method | Populate method | Access method |
|---|---|---|
| createDataSetMessage procedure | setDataSet procedure, reset procedure, clearBody procedure | getDataSet function |
For an example of a DataSetMessage, see DataSetMessage .