getProDataObjects( )
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.