AddAllFields method: QuerySelect class
Syntax
AddAllFields(QueryRecord)
Description
The AddAllFields method adds all the fields in the specified query record to the query definition, that is, makes them all QueryOutputFields. The query record must already be a part of the query definition.
Parameters
| Parameter | Description |
|---|---|
|
QueryRecord |
Specify the instance of an existing record in the query from which you want to add all the fields from to the query definition. This instance can be obtained from the QueryRecords collection of the QuerySelect. |
Returns
An integer: 0 if successfully added.