AddQuerySelect method: Query class
Syntax
AddQuerySelect()
Description
Use the AddQuerySelect method to add the first Query Select statement into the query definition. This method returns the instance of the newly created QuerySelect.
Parameters
None.
Returns
A reference to a QuerySelect object. If the query already contains the Main Select, it returns NULL.
Related Topics