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