DataSetMessage
- Last Updated: November 29, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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 .