ResultTable Properties

Include Protected Members
Include Inherited Members

The ResultTable type exposes the following members.

Properties

  Name Description
Public property Depth Gets a value indicating the depth of nesting for the current row.
Public property FieldCount Gets the number of columns returned in the search results.
Public property IsClosed Gets a Boolean value indicating if the ResultTable is closed.
Public property IsTotalRowsExact Gets a Boolean value indicating whether the value returned for the TotalRows property is an approximation, or the exact number of rows.
Public property Item[Int32] Gets a search result from the collection, based on the specified index.
Public property Item[String] Gets a search result from the collection, based on the specified row name.
Public property RecordsAffected Gets the number of rows changed.
Public property ResultType Gets the type of search results in the result table.
Public property RowCount Gets the number of search results returned in the result table.
Public property Table Gets or sets the DataTable containing the search results.
Public property TotalRows Gets the number of search results returned in the result table.
Public property TotalRowsIncludingDuplicates Gets the number of search results including duplicate results returned in the result table.

Top

See Also

Reference

ResultTable Class

Microsoft.Office.Server.Search.Query Namespace