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