4 references to CreateNewRecordOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
484
return CopyDefault(m_destCmd.
CreateNewRecordOp
(op.Type), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2043
newInstOp = _iqtCommand.
CreateNewRecordOp
(e.ResultType);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1738
NewRecordOp newOp = m_command.
CreateNewRecordOp
(newType);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1616
NewRecordOp keyOp = m_command.
CreateNewRecordOp
(keyExprType);