ResultTableCollection members
Represents a collection of ResultTable objects.
The ResultTableCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResultTableCollection |
Top
Properties
Name | Description | |
---|---|---|
ChildItemsName | (Overrides ClientValueObjectCollection<T>.ChildItemsName.) | |
Count | Gets the number of items in the collection. (Inherited from ClientValueObjectCollection<T>.) | |
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 osssearch14 object model. | |
Item | Gets the item at the specified index. (Inherited from ClientValueObjectCollection<T>.) | |
Properties | ||
QueryErrors | ||
QueryId | ||
SpellingSuggestion | Gets or sets an alternate spelling for a search term that is not recognized. | |
TriggeredRules | ||
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new item to the collection. (Inherited from ClientValueObjectCollection<T>.) | |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
GetEnumerator | Gets enumerator. (Inherited from ClientValueObjectCollection<T>.) | |
InitOnePropertyFromJson | (Overrides ClientValueObjectCollection<T>.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObjectCollection<T>.WriteToXml(XmlWriter, SerializationContext).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets enumerator. (Inherited from ClientValueObjectCollection<T>.) |
Top