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