ItemByAlias method: QueryRecord collection
Syntax
ItemByAlias(Alias)
Description
The ItemByAlias method returns the QueryRecord object specified by Alias.
Parameters
| Parameter | Description |
|---|---|
|
Alias |
Specify the record alias (for example, A, B, C, and so on), used in the SQL statement as a TableName alias. |
Returns
A reference to a QueryRecord object if successful, NULL otherwise.
Example
&MyQueryRecord = &MyCollection.ItemByAlias("A");