System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (8)
222SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.SameRoleNameOnRelationshipAttribute(roleAttribute.RelationshipName, roleAttribute.Role2Name),
230AssociationType associationType = new AssociationType(roleAttribute.RelationshipName, roleAttribute.RelationshipNamespaceName, roleAttribute.IsForeignKey, DataSpace.OSpace);
380if (roleAttribute.RelationshipName == null)
391"RelationshipNamespaceName", roleAttribute.RelationshipName), null));
398"Role1Name", roleAttribute.RelationshipName), null));
405"Role1Type", roleAttribute.RelationshipName), null));
412"Role2Name", roleAttribute.RelationshipName), null));
419"Role2Type", roleAttribute.RelationshipName), null));