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.
Namespace: Therefore.API
Parameters
pServer
A valid and connected TheServer object.
nlcid
The LCID used to parse the query conditions.
Return Value
TheQueryResult instance with the information found by the query limited to the number specified with RowBlockSize.
|
Exception
|
Condition
|
Null Reference Argument
|
pServer parameter is a null reference / null pointer.
|
Invalid Server
|
pServer does not refer to a valid and connected Thereforeâ„¢ server.
|
Category Undefined
|
The Category property has not been set to a valid Thereforeâ„¢ category.
|
Invalid Category
|
The specified Category is invalid.
|
Invalid Condition
|
One or more Conditions could not be parsed successfully.
|
Number Not Found
|
One or more field numbers in SelectFields or OrderByFields could not be found in the specified category.
|
Server Error
|
An error occured while executing the query on the server.
|
|