Executes the multi query on the server.
Namespace: Therefore.API
Parameters
pServer
A valid and connected TheServer object.
Return Value
TheMultiQueryResult instance with the information found by the query limited to the number specified with MaxRows.
|
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.
|
Invalid Query
|
One or more queries contain invalid parameters and/or property values.
|
Server Error
|
An error occured while executing the query on the server.
|
|