ResultTableCollection methods

The ResultTableCollection type exposes the following members.

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