2 references to CreateVarVec
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
1345
return new DistinctOp(this.
CreateVarVec
(keyVar));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2561
op = _iqtCommand.CreateGroupByIntoOp(keyVarSet, this._iqtCommand.
CreateVarVec
(_varMap[inputNode]), outputVarSet);