ParentRow property: Rowset class
Description
This property returns a row object containing a reference to the parent row, that is, the row containing the rowset. If this is a top-level rowset (level zero), the ParentRow property has a null value.
This property is read-only.
Example
&tmp = &ROWSET.ParentRow.RowNumber;
/* note that RowNumber is a property of the row class */