5 references to PrependNamespaceToRelationshipName
System.Data.Entity (5)
System\Data\Objects\DataClasses\RelationshipManager.cs (5)
403
return GetRelatedEndInternal(
PrependNamespaceToRelationshipName
(relationshipName), targetRoleName);
542
relationshipName =
PrependNamespaceToRelationshipName
(relationshipName);
596
relationshipName =
PrependNamespaceToRelationshipName
(relationshipName);
865
EntityCollection<TTargetEntity> collection = GetRelatedEndInternal(
PrependNamespaceToRelationshipName
(relationshipName), targetRoleName) as EntityCollection<TTargetEntity>;
884
EntityReference<TTargetEntity> reference = GetRelatedEndInternal(
PrependNamespaceToRelationshipName
(relationshipName), targetRoleName) as EntityReference<TTargetEntity>;