| SortClauseExpressionElementToSortLambda Property  | 
 
            Gets or sets the lambda expression which defines the element to sort
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic LambdaExpression ElementToSortLambda { get; set; }Public Property ElementToSortLambda As LambdaExpression
	Get
	Set
Property Value
Type: 
LambdaExpression
See Also