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 AppServer 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.