LocalFunctionProducerProcessLambda Method |
Processes the lambda passed in.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public LambdaExpression ProcessLambda(
LambdaExpression toProcess
)
Public Function ProcessLambda (
toProcess As LambdaExpression
) As LambdaExpression
Parameters
- toProcess
- Type: System.Linq.ExpressionsLambdaExpression
To process.
Return Value
Type:
LambdaExpressionThe processed lambda, with new parameters and all gatherable elements converted to array index elements.
See Also