6 references to GetRelatedEnd
System.Data.Entity (6)
System\Data\Objects\ObjectContext.cs (4)
751
wrappedEntity.RelationshipManager.
GetRelatedEnd
(navigationProperty).Load();
767
wrappedEntity.RelationshipManager.
GetRelatedEnd
(navigationProperty).Load(mergeOption);
791
wrappedEntity.RelationshipManager.
GetRelatedEnd
(navProp, throwArgumentException: removedConvert).Load();
816
wrappedEntity.RelationshipManager.
GetRelatedEnd
(navProp, throwArgumentException: removedConvert).Load(mergeOption);
System\Data\Objects\ObjectStateManager.cs (2)
2208
RelatedEnd relatedEnd = (RelatedEnd)sourceEntry.WrappedEntity.RelationshipManager.
GetRelatedEnd
(navigationProperty);
2240
RelatedEnd relatedEnd = (RelatedEnd)sourceEntry.WrappedEntity.RelationshipManager.
GetRelatedEnd
(navigationProperty, throwArgumentException: removedConvert);