First method: Query collection
Syntax
First()
Description
The First method returns the first Query object in the Query collection.
Parameters
None.
Returns
A reference to a Query object if successful, NULL otherwise.
Example
&MyQuery = &MyCollection.First();