SortDirection Type

Designates a sort direction (ascending, descending, or no sorting at all).

Record fields

Record Field Description

Ascending

Full Usage: Ascending

Field type: SortDirection
Modifiers: static

Sort ascending.

Field type: SortDirection

Descending

Full Usage: Descending

Field type: SortDirection
Modifiers: static

Sort descending.

Field type: SortDirection

None

Full Usage: None

Field type: SortDirection
Modifiers: static

Do not sort.

Field type: SortDirection

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int