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.5.0.0 (5.5.18.1019)
Syntaxprotected 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