Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public LambdaExpression ProcessLambda(
	LambdaExpression toProcess
)

Parameters

toProcess
Type: System.Linq.ExpressionsLambdaExpression
To process.

Return Value

Type: LambdaExpression
The processed lambda, with new parameters and all gatherable elements converted to array index elements.
See Also