3 references to GetRelatedEndInternal
System.Data.Entity (3)
System\Data\Objects\DataClasses\RelationshipManager.cs (3)
443
relatedEnd =
GetRelatedEndInternal
(relationshipName, targetRoleName, /*existingRelatedEnd*/ null, associationType);
558
EntityReference<TTargetEntity> reference =
GetRelatedEndInternal
(relationshipName, targetRoleName, entityReference, relationship) as EntityReference<TTargetEntity>;
599
EntityCollection<TTargetEntity> collection =
GetRelatedEndInternal
(relationshipName, targetRoleName, entityCollection, relationship) as EntityCollection<TTargetEntity>;