PreProcessorHandleMethodCallExpression Method |
Handles the method call expression.
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 protected override Expression HandleMethodCallExpression(
MethodCallExpression expressionToHandle
)
Protected Overrides Function HandleMethodCallExpression (
expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle.
Return Value
Type:
Expressionthe handled expression
See Also