LocalFunctionProducerHandleInvocationExpression Method  | 
 
            Handles the invocation expression.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected override Expression HandleInvocationExpression(
	InvocationExpression expressionToHandle
)
Protected Overrides Function HandleInvocationExpression ( 
	expressionToHandle As InvocationExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsInvocationExpression
The expression to handle. 
Return Value
Type: 
ExpressionexpressionToHandle
See Also