[]
        
(Showing Draft Content)

C1.LiveLinq.Order

Order Enum

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

Namespace: C1.LiveLinq
Assembly: C1.LiveLinq.4.8.dll
Syntax
public enum Order

Fields

Name Description
Ascending

The resulting collection must be ordered in ascending key order.

Descending

The resulting collection must be ordered in descending key order.

Unordered

No particular order is required in the resulting collection.

Extension Methods