Enum QueryBuilderEngineVersions
Represents values that specify the versions of query builder engine.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum QueryBuilderEngineVersions
Fields
Name | Description |
---|---|
None | If no version is supplied, then the default version will be taken as None and it will be redirected to Version1. |
Version1 | Represents the first version of query builder engine that contains the VisualTotals logic. |
Version2 | Represents the current version of query builder engine that contains the Hierarchize logic to minimize the query. |
Version3 | Represents the current version of query builder engine that contains the Exclude logic and cubes schema removal. |