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.9.0.0 (5.9.0)
Syntax public ReadOnlyCollection<Expression> SortClauseExpressions { get; }
Public ReadOnly Property SortClauseExpressions As ReadOnlyCollection(Of Expression)
Get
Property Value
Type:
ReadOnlyCollectionExpressionSee Also