Click or drag to resize

ValueListProjectionDefinitionProjectionInstantiatorLambda Property

Gets or sets the projection instantiator function lambda. This function lambda is a modified version of the projection lambda and produces, when compiled, instances for this projection if the valuelistprojection is a multivalueprojection.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public LambdaExpression ProjectionInstantiatorLambda { get; set; }

Property Value

Type: LambdaExpression
See Also