| LLBLGenProProviderBaseGetCompiledProjectionInstantiatorLambda Method  | 
 
            Gets the compiled version of the specified projection instantiator lambda. Caches results if the specified lambda can be cached
            which is checked with the CachableChecker visitor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected ProjectionRowProjectorFunc GetCompiledProjectionInstantiatorLambda(
	LambdaExpression toCompile
)
Protected Function GetCompiledProjectionInstantiatorLambda ( 
	toCompile As LambdaExpression
) As ProjectionRowProjectorFunc
Parameters
- toCompile
 - Type: System.Linq.ExpressionsLambdaExpression
To compile. 
Return Value
Type: 
ProjectionRowProjectorFunc
See Also