4 references to GroupBy
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
977
result = CqtBuilder.
GroupBy
(newInput, boundKeys, boundAggs);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3758
DbGroupByExpression groupBy = groupInputBinding.
GroupBy
(
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2764
DbExpression groupBy = sourceGroupBinding.
GroupBy
(keys, aggregates);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1805
DbExpression retExpr = inputInfo.Binding.
GroupBy
(keyExprs, aggregates);