3 references to CreateGroupByIntoOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\OpCopier.cs (1)
833GroupByIntoOp newGroupOp = m_destCmd.CreateGroupByIntoOp(Copy(op.Keys), Copy(op.Inputs), Copy(op.Outputs));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2561op = _iqtCommand.CreateGroupByIntoOp(keyVarSet, this._iqtCommand.CreateVarVec(_varMap[inputNode]), outputVarSet);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1109n.Op = m_command.CreateGroupByIntoOp(newKeys, newInputs, newOutputs);