ProjectionExpressionProjectionLambda Property |
Gets or sets the projection lambda, which is the source for the data gathered in this projection.
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 ProjectionLambda { get; set; }
Public Property ProjectionLambda As LambdaExpression
Get
Set
Property Value
Type:
LambdaExpressionSee Also