Try OpenEdge Now
Java Open Clients
Accessing ABL ProDataSets
:
ProDataObject class
:
Extended methods
:
getChildRows( )
getChildRows( )
Returns a list of the specified child
ProDataObject
instances of the current parent
ProDataObject
.
Syntax
java.util.List getChildRows(java.lang.String
relationName
)
relationName
Specifies the name of a data-relation (
ProDataRelationMetaData
) in which the current
ProDataObject
participates as a parent row. For more information, see
ProDataRelationMetaData class
.