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.4.0.0 (5.4.0)
Syntaxpublic 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