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