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.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected ProjectionRowProjectorFunc GetCompiledProjectionInstantiatorLambda(
LambdaExpression toCompile
)
Protected Function GetCompiledProjectionInstantiatorLambda (
toCompile As LambdaExpression
) As ProjectionRowProjectorFunc
Parameters
- toCompile
- Type: System.Linq.ExpressionsLambdaExpression
To compile.
Return Value
Type:
ProjectionRowProjectorFuncSee Also