ParentRowset property: Row class
Description
This property returns a rowset object referencing the rowset containing the row.
This property is read-only.
Example
&tmp = &ROW.ParentRowset.RowCount;
/* note that rowcount is a property of the Rowset class */