ResultTable.NextResult Method

Moves to the next result in the search query ResultTable.

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 move is successful; otherwise, false.

Implements

IDataReader.NextResult()

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.Office.Server.Search.Query Namespace