| PreProcessorHandleMethodCallGroupBy Method  | 
            Handles the method call expression for a call to Queryable.GroupBy
            if an element selector has been specified, it can be ignored. If a projection has been specified, this groupby marks a scope. 
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected virtual Expression HandleMethodCallGroupBy(
	MethodCallExpression expressionToHandle
)
Protected Overridable Function HandleMethodCallGroupBy ( 
	expressionToHandle As MethodCallExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsMethodCallExpression
The expression to handle. 
Return Value
Type: 
ExpressionGroupByExpression
See Also