enum SortOption : Enum<SortOption>
| Member | Description |
|---|---|
ASC |
Sort option to sort entities in an ascending order
|
DESC |
Sort option to sort entities in a descending order
|
ASC_CASE_INSENSITIVE |
Sort option to sort entities in an ascending order, ignoring case
|
DESC_CASE_INSENSITIVE |
Sort option to sort entities in a descending order, ignoring case
|