First method: QuerySelect collection
Syntax
First()
Description
The First method returns the first child QuerySelect object in the current QuerySelect’s collection.
Parameters
None.
Returns
A reference to a QuerySelect object if successful, NULL otherwise.
Example
&MyChildQrySel = &MySelCollection.First();