Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public LambdaExpression ElementToSortLambda { get; set; }

Property Value

Type: LambdaExpression
See Also