SortDirection Enumeration

Specifies the direction in which to sort rows.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum SortDirection

Members

Ascending0 Sort from smallest to largest. For example, from A to Z.
Descending1 Sort from largest to smallest. For example, from Z to A.

See Also