ResultTableCollection members

NOTE: This API is now obsolete.

Represents a collection of ResultTable objects.

The ResultTableCollection type exposes the following members.

Constructors

  Name Description
Public method ResultTableCollection Obsolete.

Top

Properties

  Name Description
Public property ContractVersion Obsolete.
Public property Count Obsolete. Gets the number of ResultTable objects in the collection.
Public property DatabaseTime Obsolete. Gets or sets the duration of query execution on the database server.
Public property Definition Obsolete. Gets the ResultDefinition structures for the results of the query.
Public property ElapsedTime Obsolete. 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 object model.
Public property IgnoredNoiseWords Obsolete. Gets or sets the list of ignored noise words.
Public property IMSProxyTime Obsolete.
Public property Item Obsolete. Gets a ResultTable object from the collection, based on the result type.
Public property KeywordInformation Obsolete. Gets a KeywordInformation object that provides information about a matched special term and its definition for a keyword search.
Public property Properties Obsolete.
Public property Properties_Client Obsolete.
Public property QueryId Obsolete.
Public property QueryProcessingTime Obsolete.
Public property QueryTerms Obsolete. Gets or sets a list of the search terms used by the query.
Public property SpellingSuggestion Obsolete. Gets or sets an alternate spelling for a search term that is not recognized.
Public property TriggeredRules Obsolete.

Top

Methods

  Name Description
Public method Add Obsolete.
Public method Equals (Inherited from Object.)
Public method Exists(String) Obsolete. 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) Obsolete. 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) Obsolete. 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) Obsolete. 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 Obsolete. 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 Obsolete. 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 Obsolete. Gets an IEnumerator for the collection of ResultTable

Top

See also

Reference

ResultTableCollection class

Microsoft.SharePoint.Search.Query namespace