An enumeration used by searches to indicate whether the results should be sorted in ascending order
or in descending order.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration SortMode
public enum class SortMode
Members
| Member name | Value | Description |
---|
| ASC | 0 |
The results will be sorted in ascending order.
|
| DESC | 1 |
The results will be sorted in descending order.
|
See Also