Processing Rows in Child Collections

This document provides information on how to process rows in a child collection. The process described below demonstrates how to set the attribute of a property on all the rows of a child class.

The code to process rows in a child collection should go under the "CURPTH" class path for the corresponding child collection, rather than under the main class.

Example:

We recommend that you use the first method to avoid unnecessary loops, and to avoid dealing with indexes in a collection.