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