menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderEngineVersions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderEngineVersions

    Represents values that specify the versions of query builder engine.

    Inheritance
    System.Object
    QueryBuilderEngineVersions
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public sealed class QueryBuilderEngineVersions : Enum

    Fields

    None

    If no version is supplied, then the default version will be taken as None and it will be redirected to Version1.

    Declaration
    public const QueryBuilderEngineVersions None
    Field Value
    Type
    QueryBuilderEngineVersions

    Version1

    Represents the first version of query builder engine that contains the VisualTotals logic.

    Declaration
    public const QueryBuilderEngineVersions Version1
    Field Value
    Type
    QueryBuilderEngineVersions

    Version2

    Represents the current version of query builder engine that contains the Hierarchize logic to minimize the query.

    Declaration
    public const QueryBuilderEngineVersions Version2
    Field Value
    Type
    QueryBuilderEngineVersions

    Version3

    Represents the current version of query builder engine that contains the Exclude logic and cubes schema removal.

    Declaration
    public const QueryBuilderEngineVersions Version3
    Field Value
    Type
    QueryBuilderEngineVersions

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved