A collection of QueryCmd objects, which contain the queries that must be executed by the client application to obtain the parameters for a domain command.
Properties
Methods
Remarks
This collection is read-only. When processing a domain command, the client application must execute each of the queries in the QueryCommands collection. The results of these queries are used as parameters for the domain command. Query commands not displayed to the user are the queries containing final results that are used as parameters. A single query command may be used for more than one parameter.
See Also
QueryCmd Object