Indicates if a certain order is required in the result collection of an operation.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public enum Order
Visual Basic
Public Enumeration Order

Members

Member nameDescription
UnorderedNo particular order is required in the resulting collection.
AscendingThe resulting collection must be ordered in ascending key order.
DescendingThe resulting collection must be ordered in descending key order.

See Also