GetnextResultRows |
Scroll |
Get the next set of result rows from the server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As TheServer, _ nFullTextQueryID As Integer _ ) As Boolean C# public virtual bool Execute ( TheServer pServer, int nFullTextQueryID )
Parameters pServer A valid and connected TheServer object.
nFullTextQueryID The query ID.
Return Value Whether or not there are any result remaining. |
|