ResultTableCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ResultTable objects.
The ResultTableCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResultTableCollection | Initializes a new instance of the ResultTableCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ResultTable objects in the collection. | |
DatabaseTime | Gets or sets the duration of query execution on the database server. | |
Definition | Gets the ResultDefinition structures for the results of the query. | |
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. | |
IgnoredNoiseWords | Gets or sets the list of ignored noise words. | |
Item | Gets a ResultTable object from the collection, based on the result type. | |
KeywordInformation | Gets a KeywordInformation object that provides information about a matched special term and its definition for a keyword search. | |
QueryModification | Applies to: Microsoft FAST Search Server 2010 for SharePoint Gets or sets the modified query. |
|
QueryProcessingTime | The time it took for the search query to be processed by the Search service application. | |
QueryTerms | Gets or sets a list of the search terms used by the query. | |
SpellingSuggestion | Gets or sets an alternate spelling for a search term that is not recognized. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Exists | Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the ResultTable collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top