Methods |
Scroll |
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). |