ResultTable members
Contains a list of query results, all of which are of the type specified by the TableType property.
The ResultTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResultTable | Initializes a new instance of the ResultTable class. |
Top
Properties
Name | Description | |
---|---|---|
GroupTemplateId | Represents a distinct collection of search results returned for a query. | |
ItemTemplateId | ||
Properties | ||
QueryId | ||
QueryRuleId | ||
ResultRows | The list of query results. | |
ResultTitle | ||
ResultTitleUrl | ||
RowCount | Gets the number of search results returned in the result table. | |
TableType | Specifies the type of results. | |
TotalRows | ||
TotalRowsIncludingDuplicates | Gets the number of search results including duplicate results returned in the result table. | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top