Find child rows
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
With the name of a data-relation that identifies a child table, you can use the
ProDataObject getChildRows() method to return a list of
child rows for a ProDataObject instance. You can then search this filtered
list of child rows to find the appropriate ProDataObject.
For more information on retrieving data from an output ProDataGraph, see the
Pass a ProDataGraph as OUTPUT.