Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : Updating a ProDataSet : Finding a row in a ProDataGraph : Finding child rows
 
Finding child rows
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 Passinga ProDataGraph as OUTPUT.