ProjectionListExpressionProjectionInstantiatorLambda Property  | 
 
            Gets or sets the projection instantiator function lambda. This function is a modified version of the projection lambda
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic LambdaExpression ProjectionInstantiatorLambda { get; set; }Public Property ProjectionInstantiatorLambda As LambdaExpression
	Get
	Set
Property Value
Type: 
LambdaExpression
See Also