Meta Data Services Programming

Selecting Items in a Collection

You can select the items of a collection by index, by sequence, by enumerator, or by name. If you get a collection for an origin object, or plan to move from an origin object to a destination object, all of these selection options are available. If you get a collection for a destination object, or plan to move from a destination object to an origin object, you have fewer selection options. The availability of a selection option is described in each approach.

You can select collection items in the following ways:

See Also

Navigating a Repository