OrderByDirectionEnum
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Was this section helpful?
Direction (ascending or descending) in which the list should sort
1
2
3
4
enum OrderByDirectionEnum {
ASC
DESC
}