Create an SDOResultSet object
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Once you instantiate an SDOAppObject, AppObject, or
SubAppObject, you can use the object's _createSDOResultSet() factory
method to create an SDOResultSet object and associate it with a
specified SmartDataObject.
You cannot create an SDOResultSet instance by calling its constructor. The
_createSDOResultSet() factory method prepares and calls the
SDOResultSet constructor based on the application server connection maintained by the
associated AppObject.
The capabilities of SmartDataObjects provide several options
for presenting data. You can pass parameters to the _createSDOResultSet() method that
enable one or more of these options.