ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderDesignInfo - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderDesignInfo

    Inheritance
    System.Object
    QueryBuilderDesignInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Reports.EJ.Data
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class QueryBuilderDesignInfo

    Constructors

    QueryBuilderDesignInfo()

    Declaration
    public QueryBuilderDesignInfo()

    Properties

    Expression

    Declaration
    public Expression Expression { get; set; }
    Property Value
    Type Description
    Expression

    Expressions

    Declaration
    public List<Expression> Expressions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Expression>

    Filters

    Declaration
    public List<QueryFilter> Filters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<QueryFilter>

    IsPreview

    Declaration
    public bool IsPreview { get; set; }
    Property Value
    Type Description
    System.Boolean

    Joins

    Declaration
    public List<Join> Joins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Join>

    StoredProcedure

    Declaration
    public StoredProcedure StoredProcedure { get; set; }
    Property Value
    Type Description
    StoredProcedure

    Tables

    Declaration
    public List<Table> Tables { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Table>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved