ResultTable.NextResult Method

Advances to the next search result.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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 are more search results; otherwise, false.

Implements

IDataReader.NextResult()

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace