Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected ProjectionRowProjectorFunc GetCompiledProjectionInstantiatorLambda(
	LambdaExpression toCompile
)

Parameters

toCompile
Type: System.Linq.ExpressionsLambdaExpression
To compile.

Return Value

Type: ProjectionRowProjectorFunc
See Also