PreProcessorHandleAggregateFunctionMethodCall Method |
Handles the method call expression for a call to Queryable.Count.
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 virtual Expression HandleAggregateFunctionMethodCall(
MethodCallExpression expressionToHandle,
AggregateFunction function
)
Protected Overridable Function HandleAggregateFunctionMethodCall (
expressionToHandle As MethodCallExpression,
function As AggregateFunction
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. - function
- Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The aggregate function representing the method.
Return Value
Type:
ExpressionAggregateExpression instance.
See Also