createProDataObject( )
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a new ProDataObject instance
for the specified temp-table within the ProDataGraph.
A single ProDataObject corresponds to an individual
row (record) in the temp-table.
Syntax
|
- tableName
- Specifies the ABL name of a temp-table that identifies the meta
data used to create the
ProDataObject. If there is not aProDataObjectMetaDataobject contained within thisProDataGraphfor the specified temp-table name, the method throws andException. For more information on theProDataObjectMetaDataclass, see ProDataObjectMetaData class.