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.1.0.0 (5.1.0)
SyntaxPublic Enumeration SortOperator
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Ascending | 0 | 
            Makes sorts Ascending
             | 
 | Descending | 1 | 
            Makes sorts Descending
             | 
See Also