2 references to CreateFunctionOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
353return CopyDefault(m_destCmd.CreateFunctionOp(op.Function), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1073retNode = _iqtCommand.CreateNode(_iqtCommand.CreateFunctionOp(e.Function), argNodes);