ItemByName method: QueryDBRecord collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the QueryDBRecord object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing QueryDBRecord within the QueryDBRecord collection. If you specify an invalid name, the object is NULL. |
Returns
A reference to a QueryDBRecord object if successful, NULL otherwise.
Example
&MyQueryDBRecord = &MyCollection.ItemByName("PHONELIST");