• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryResultModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.TemplateQuery
    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
    Type Description
    System.Nullable<IEnumerable<TemplateQueryResult>>
    View Source

    Take

    Declaration
    public int Take { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ExecutionTime
      • QueryExpression
      • ResultCount
      • SampleResults
      • Take
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX