Implemented interface member:
property
RelationshipSet
System.Data.Objects.DataClasses.IRelatedEnd.RelationshipSet
18 references to RelationshipSet
System.Data.Entity (18)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
732
int count = ObjectStateManager.UpdateRelationships(this.Context, this.MergeOption, (AssociationSet)relatedEnd.
RelationshipSet
, sourceMember, sourceKey, wrappedSource, targetMember, (List<T_TargetEntity>)spannedEntities, true);
System\Data\Objects\DataClasses\EntityCollection.cs (2)
196
if (null != this.
RelationshipSet
)
198
singleEntitySet = ((AssociationSet)this.
RelationshipSet
).AssociationSetEnds[this.ToEndMember.Name].EntitySet;
System\Data\Objects\DataClasses\EntityReference.cs (6)
135
relationshipEntry.IsSameAssociationSetAndRole((AssociationSet)
RelationshipSet
, (AssociationEndMember)this.FromEndProperty, ownerKey))
271
RelationshipWrapper wrapper = new RelationshipWrapper((AssociationSet)
RelationshipSet
, RelationshipNavigation.From, ownerKey, RelationshipNavigation.To, value);
477
EntitySet principalEntitySet = ((AssociationSet)
RelationshipSet
).AssociationSetEnds[ToEndMember.Name].EntitySet;
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 (5)
196
ObjectStateManager.RemoveRelationships(ObjectContext, mergeOption, (AssociationSet)
RelationshipSet
, sourceKey, (AssociationEndMember)FromEndProperty);
307
if (relationshipEntry.IsSameAssociationSetAndRole((AssociationSet)
RelationshipSet
, (AssociationEndMember)ToEndMember, DetachedEntityKey) &&
364
RelationshipWrapper wrapper = new RelationshipWrapper((AssociationSet)
RelationshipSet
,
436
RelationshipEntry relationshipEntry = this.ObjectContext.ObjectStateManager.FindRelationship(
RelationshipSet
,
478
ownerEntry.DeleteRelationshipsThatReferenceKeys(this.
RelationshipSet
, this.ToEndMember);
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
777
EntitySet targetEntitySet = ((AssociationSet)
RelationshipSet
).AssociationSetEnds[TargetRoleName].EntitySet;
800
ObjectStateManager.UpdateRelationships(this.ObjectContext, mergeOption, (AssociationSet)
RelationshipSet
, (AssociationEndMember)FromEndProperty, sourceKey, _wrappedOwner, (AssociationEndMember)ToEndMember, collection, setIsLoaded);
System\Data\Objects\ObjectStateManager.cs (2)
2282
RelationshipWrapper relationshipWrapper = new RelationshipWrapper((AssociationSet)relatedEnd.
RelationshipSet
,
3304
AssociationSet associationSet = (AssociationSet)relatedEnd.
RelationshipSet
;