TheQuery |
Scroll |
TheQuery is used for searching and finding information within one category in the data base. Three different query modes are offered.
Namespace: Therefore.API
Visual Basic Public Class TheQuery C# public class TheQuery |
Name |
Description |
Gets or sets the TheCaseDefinition we want to search in. |
|
Gets or sets the TheCategory we want to search in. |
|
Gets or sets the TheConditionList containing the conditions for the query. |
|
Looks up the specified column name and uses the field number for a query for an external data table. |
|
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 the TheFieldList containing the fields of a loaded the query that are used for grouping in the Navigator hit-list. |
|
Gets or sets the maximum number of rows the query will retrieve from the server. |
|
Gets or sets the TheQueryMode for the query. |
|
Gets or sets the TheFieldList containing the fields the query will be sorted by. |
|
Gets the ID of query. |
|
Gets or sets the row block size for the TheQuery. |
|
Gets or sets the TheFieldList containing the fields to be included in the query results. |
|
Gets an TheStringList of valid operand macros for conditions. |
|
Gets an TheStringList of valid operators for conditions. |
Name |
Description |
Executes the 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. |
|
[Static] Executes a new query with the specified parameters. |
|
[Static] Executes the workflow query on the server and returns an TheQueryResult with information about the specified workflow process. |
|
[Static] Gets an TheMultiQueryResult containing process information for all active workflow processes. |
|
Returns the next set of results when the query execution is asynchronous. |
|
Gets an TheStringList of valid operand macros for conditions in the specified language if available. |
|
Gets an TheStringList of valid operators for conditions in the specified language if available. |
|
Releases the query on the server to free system resources. |
|
Returns a string representation of the object (for debugging). |
Note: The Mode property should be set to the query mode you wish to execute. |