ResultTableCollection members

Represents a collection of ResultTable objects.

The ResultTableCollection type exposes the following members.

Constructors

  Name Description
Public method ResultTableCollection Initializes a new instance of the ResultTableCollection class.

Top

Properties

  Name Description
Public property ContractVersion
Public property Count Gets the number of ResultTable objects in the collection.
Public property DatabaseTime Gets or sets the duration of query execution on the database server.
Public property Definition Gets the ResultDefinition structures for the results of the query.
Public property ElapsedTime Gets or sets the total duration of the query, combining the time spent executing the query on the database server with the time spent in the SharePoint Server search object model.
Public property IgnoredNoiseWords Gets or sets the list of ignored noise words.
Public property IMSProxyTime
Public property Item Obsolete. Gets a ResultTable object from the collection, based on the result type.
Public property KeywordInformation Gets a KeywordInformation object that provides information about a matched special term and its definition for a keyword search.
Public property Properties
Public property Properties_Client
Public property QueryErrors
Public property QueryErrors_Client
Public property QueryId
Public property QueryModification Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets the modified query.
Public property QueryProcessingTime The time it took for the search query to be processed by the Search service application.
Public property QueryTerms Gets or sets a list of the search terms used by the query.
Public property SpellingSuggestion Gets or sets an alternate spelling for a search term that is not recognized.
Public property TriggeredRules

Top

Methods

  Name Description
Public method Add
Public method Equals (Inherited from Object.)
Public method Exists(String) Verifies if there any TesultTable in the collection with a specified TableType
Public method Exists(ResultType) Obsolete. Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection.
Public method Filter(String, Object) Filters from the ResultTableCollection ResultTables that have a property equal to a value. Orders the returned ResultTables by ResultTable.Order.
Public method Filter(String, String) A more specific version of ResultTableCollection.Filter when the property to filter on is a string. The string comparison is case insensitive and ordinal.
Public method Filter(String, String, Object) Filters from the ResultTableCollection ResultTables that have a property equal to a value and QueryId equal to queryId. Orders the returned ResultTables by ResultTable.Order.
Public method FilterEnumerator A more specific version of ResultTableCollection.Filter when the property to filter on is a string. Iterate over the ResultTableCollection's GetEnumerator, which is interleaving aware, and retrieve the interleaved results. The string comparison is case insensitive and ordinal.
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to access the items in the ResultTable collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an IEnumerator for the collection of ResultTable

Top

See also

Reference

ResultTableCollection class

Microsoft.Office.Server.Search.Query namespace