PathEdgeExpressionSortClauseExpressions Property  | 
 
            Gets the sort clause expressions, which are created from the lambda expressions. Ignored if Sorter is set.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic ReadOnlyCollection<Expression> SortClauseExpressions { get; }Public ReadOnly Property SortClauseExpressions As ReadOnlyCollection(Of Expression)
	Get
Property Value
Type: 
ReadOnlyCollectionExpression
See Also