ResultTable.Read Method
Advances the IDataReader to the next record.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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 rows; otherwise, false.