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