2 references to CreateScopedNewEntityOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
444
opCopy = m_destCmd.
CreateScopedNewEntityOp
(op.Type, op.RelationshipProperties, op.EntitySet);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1824
Op newEntityOp = m_command.
CreateScopedNewEntityOp
(op.Type, relProperties, scope);