SortClauseExpressionElementToSortLambda Property |
Gets or sets the lambda expression which defines the element to sort
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public LambdaExpression ElementToSortLambda { get; set; }
Public Property ElementToSortLambda As LambdaExpression
Get
Set
Property Value
Type:
LambdaExpressionSee Also