Enum definition for the sort operator, which can be specified with IEntityField instances to create
order by clauses.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax Public Enumeration SortOperator
Members
| Member name | Value | Description |
---|
| Ascending | 0 |
Makes sorts Ascending
|
| Descending | 1 |
Makes sorts Descending
|
See Also