GetNextResultRows |
Scroll |
Returns the next set of results for the specified query ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetNextResultRows ( _ pServer As TheServer, _ nQueryID As integer, _ pResults As ITheMultiQueryResult _ ) As Boolean C# public virtual bool GetNextResultRows ( TheServer pServer, int nQueryID, out ITheMultiQueryResult pResults )
Parameters pServer A valid and connected TheServer object.
nQueryID The ID of the query.
pResults A valid TheMultiQueryResult object the fetched results will be added to.
Return Value If true there are no more rows to fetch. |
|
|