Methods |
Scroll |
Name |
Description |
Adds the specified TheQuery instance to the multi query. |
|
Copies all queries from the specified TheMultiQuery. |
|
Removes all queries from the multi query. |
|
Overloaded. Copies all settings from a specified TheMultiQuery. |
|
Executes the multi query on the server. |
|
Executes the query on the server in asynchronous mode. The query will not return all result rows at once. More rows can be returned by using GetNextResultRows. |
|
Returns an enumerator for this list. |
|
Returns the next set of results when the query execution is asynchronous. |
|
Releases the query on the server to free system resources. |
|
Removes the query with the specified index from the multi query. |
|
Returns a string representation of the object (for debugging). |