14 references to FromEndProperty
System.Data.Entity (14)
System\Data\Objects\DataClasses\EntityReference.cs (4)
135relationshipEntry.IsSameAssociationSetAndRole((AssociationSet)RelationshipSet, (AssociationEndMember)this.FromEndProperty, ownerKey)) 480EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet; 578EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet; 660EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet;
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
196ObjectStateManager.RemoveRelationships(ObjectContext, mergeOption, (AssociationSet)RelationshipSet, sourceKey, (AssociationEndMember)FromEndProperty); 300if (FromEndProperty.RelationshipMultiplicity != RelationshipMultiplicity.Many) 329if (FromEndProperty.RelationshipMultiplicity != RelationshipMultiplicity.Many && !relatedEnd.IsEmpty()) 608if (constraint.ToRole == FromEndProperty)
System\Data\Objects\DataClasses\RelatedEnd.cs (5)
800ObjectStateManager.UpdateRelationships(this.ObjectContext, mergeOption, (AssociationSet)RelationshipSet, (AssociationEndMember)FromEndProperty, sourceKey, _wrappedOwner, (AssociationEndMember)ToEndMember, collection, setIsLoaded); 1490if (constraint.ToRole == this.FromEndProperty) 1808if (constraint.ToRole == FromEndProperty) 1843else if (constraint.FromRole == FromEndProperty) 2279doCascadeDelete = CheckCascadeDeleteFlag(relatedEnd.FromEndProperty) || relatedEnd.IsPrincipalEndOfReferentialConstraint();
System\Data\Objects\ObjectStateManager.cs (1)
3266if (constraint.ToRole == reference.FromEndProperty)