getProDataObjects( )
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the list of ProDataObject instances
for the specified temp-table within the ProDataGraph,
as specified by the overloaded methods.
Syntax
|
- tableName
- Specifies the ABL name of a temp-table that identifies this
ProDataObjectlist. - tableIdx
- Specifies the 0-based index into the list of temp-table names returned
by the
getTableNames()method and that corresponds to the specified temp-table. (See getTableNames( ).)
For more information
on the ProDataObject class, see ProDataObject class.