TheMultiQuery |
Scroll |
TheMultiQuery is used for searching and finding information across multiple categories with potentially different field selections, orders and conditions. Execution returns an TheMultiQueryResult, a list of TheQueryResult tables.
Namespace: Therefore.API
Visual Basic Public Class TheMultiQuery C# public class TheMultiQuery |
Name |
Description |
Gets the number of TheQuery items in the multi query. |
|
Gets or sets the field number for a query for an external data table. |
|
An additional value for the combined index data with full text search. |
|
Gets or sets the TheQuery with the specified index. |
|
Gets or sets the maximum number of rows the query will retrieve from the server. |
|
Gets or sets the TheQueryMode for the query. |
|
Gets the ID of query. |
|
Gets or sets the row block size for the TheMultiQuery. |
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). |