ResultTable.NextResult method
Advances to the next result set.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function NextResult As Boolean
'Usage
Dim instance As ResultTable
Dim returnValue As Boolean
returnValue = instance.NextResult()
public bool NextResult()
Return value
Type: System.Boolean
true if there is another result set; otherwise, false.