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 ITheQueryResult _ ) As Boolean C# public virtual bool GetNextResultRows ( TheServer pServer, int nQueryID, out ITheQueryResult pResults )
Parameters pServer A valid and connected TheServer object.
nQueryID The ID of the query.
pResults A valid TheQueryResult object the fetched results will be added to.
Return Value If true there are no more rows to fetch. |
|
|