2 references to EntitySetIsNotValidForRelationship
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1109
throw EntityUtil.
EntitySetIsNotValidForRelationship
(set.EntityContainer.Name, set.Name, _navigation.To, _relationshipSet.EntityContainer.Name, _relationshipSet.Name);
2352
throw EntityUtil.
EntitySetIsNotValidForRelationship
(entitySet.EntityContainer.Name, entitySet.Name, _navigation.From, ((AssociationSet)set).EntityContainer.Name, ((AssociationSet)set).Name);