Class Orderss
Represents the values that specify how the data should be sorted.
Inheritance
System.Object
Orderss
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class Orderss : Enum
Fields
ASC
Data are sorted in ascending order.
Declaration
public const Orderss ASC
Field Value
Type |
---|
Orderss |
BASC
Data are sorted in break hierarchy with ascending order.
Declaration
public const Orderss BASC
Field Value
Type |
---|
Orderss |
BDESC
Data are sorted in break hierarchy with descending order.
Declaration
public const Orderss BDESC
Field Value
Type |
---|
Orderss |
DESC
Data are sorted in descending order.
Declaration
public const Orderss DESC
Field Value
Type |
---|
Orderss |