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