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