View Source
Class QueryResultModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class QueryResultModel
Properties
View Source
ExecutionTime
Declaration
public long ExecutionTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
View Source
QueryExpression
Declaration
public string QueryExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ResultCount
Declaration
public int ResultCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
SampleResults
Declaration
public IEnumerable<TemplateQueryResult>? SampleResults { get; set; }
Property Value
View Source
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|