12 references to RelationshipProperties
System.Data.Entity (12)
System\Data\Query\InternalTrees\OpCopier.cs (3)
444
opCopy = m_destCmd.CreateScopedNewEntityOp(op.Type, op.
RelationshipProperties
, op.EntitySet);
449
opCopy = m_destCmd.CreateNewEntityOp(op.Type, op.
RelationshipProperties
);
462
return CopyDefault(m_destCmd.CreateDiscriminatedNewEntityOp(op.Type, op.DiscriminatorMap, op.EntitySet, op.
RelationshipProperties
), n);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2817
foreach (RelProperty relProp in newEntityOp.
RelationshipProperties
)
System\Data\Query\PlanCompiler\PreProcessor.cs (8)
1752
PlanCompiler.Assert(op.
RelationshipProperties
== null ||
1753
op.
RelationshipProperties
.Count == 0,
1759
relProperties = op.
RelationshipProperties
;
1776
int j = op.
RelationshipProperties
.Count - 1;
1777
List<RelProperty> copiedRelPropList = new List<RelProperty>(op.
RelationshipProperties
);
1780
if (!relProperties.Contains(op.
RelationshipProperties
[j]))
1861
int firstRelPropertyNodeOffset = n.Children.Count - op.
RelationshipProperties
.Count;
1872
prebuiltRelPropertyExprs[op.
RelationshipProperties
[j]] = n.Children[i];