Share via


ResultTable.Read method

Advances to the next search result row.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function Read As Boolean
'Usage
Dim instance As ResultTable
Dim returnValue As Boolean

returnValue = instance.Read()
public bool Read()

Return value

Type: System.Boolean
true if there are more search results; otherwise, false.

Implements

IDataReader.Read()

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace