Base:
property
RelationshipManager
System.Data.Objects.ObjectStateEntry.RelationshipManager
11 references to RelationshipManager
System.Data.Entity (11)
System\Data\Objects\EntityEntry.cs (9)
468
RelationshipManager
.CheckReferentialConstraintProperties(this);
483
RelationshipManager
.CheckReferentialConstraintProperties(this);
2102
var reference =
RelationshipManager
.GetRelatedEndInternal(dependent.Item1.ElementType.FullName, dependent.Item2.FromRole.Name) as EntityReference;
2485
this.
RelationshipManager
.NullAllFKsInDependentsForWhichThisIsThePrincipal();
3654
EntityReference relatedEnd = (RelatedEnd)
RelationshipManager
.GetRelatedEnd(principalRole.DeclaringType.FullName, principalRole.Name) as EntityReference;
3702
EntityReference reference =
RelationshipManager
.GetRelatedEndInternal(dependent.Item1.ElementType.FullName, dependent.Item2.FromRole.Name) as EntityReference;
3755
RelatedEnd principalEnd =
RelationshipManager
.GetRelatedEndInternal(principal.Item1.ElementType.FullName, principal.Item2.ToRole.Name);
3862
EntityReference reference =
RelationshipManager
.GetRelatedEndInternal(
3888
EntityReference reference =
RelationshipManager
.GetRelatedEndInternal(
System\Data\Objects\ObjectStateManager.cs (2)
612
if (entry.
RelationshipManager
.HasRelationships)
614
foreach (RelatedEnd end in entry.
RelationshipManager
.Relationships)