ExecuteAsync.1 |
Scroll |
Executes the multi 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 TheMultiQueryResult instance with the information found by the query limited to the number specified with RowBlockSize. |
|