ResultTable Class

Provides a means of reading query search results through the IDataReader interface. Each row of the IDataReader represents one search result.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Search.Query.ResultTable

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ResultTable _
    Implements IDataReader, IDisposable, IDataRecord
'Usage
Dim instance As ResultTable
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ResultTable : IDataReader, 
    IDisposable, IDataRecord

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace