Indicates if a certain order is required in the result collection of an operation.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public enum Order |
Visual Basic |
---|
Public Enumeration Order |
Members
Member name | Description | |
---|---|---|
Unordered | No particular order is required in the resulting collection. | |
Ascending | The resulting collection must be ordered in ascending key order. | |
Descending | The resulting collection must be ordered in descending key order. |