ResultTable.Read method
NOTE: This API is now obsolete.
Advances the IDataReader to the next record.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function Read As Boolean
'Usage
Dim instance As ResultTable
Dim returnValue As Boolean
returnValue = instance.Read()
[ObsoleteAttribute("This class is obsolete.")]
public bool Read()
Return value
Type: System.Boolean
true if there are more rows; otherwise, false.