[]
Indicates if a certain order is required in the result collection of an operation.
public enum Order
| 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. |