Enumerates the sort order.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public enum SortOrder |
Visual Basic (Declaration) |
---|
Public Enumeration SortOrder |
Visual C++ |
---|
public enum class SortOrder |
Members
Member name | Description | |
---|---|---|
Ascending | Ascending sotring. | |
Descending | Descending sorting. |