SortEnumType
Represents the sort direction.
enum SortEnumType {
ASC
DESC
}
Values
SortEnumType.ASC
Ascending order.
SortEnumType.DESC
Descending order.
Represents the sort direction.
enum SortEnumType {
ASC
DESC
}
SortEnumType.ASCAscending order.
SortEnumType.DESCDescending order.