Executes the query on the server and parses the conditions according to the specified LCID.
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.
|
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.
|
|