2 references to RelationshipName
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
771session.AddErrorsForType(pkEntityType, new EdmSchemaError(Strings.UnsupportedDbRelationship(firstRow.RelationshipName), (int)ModelBuilderErrorCode.UnsupportedDbRelationship, EdmSchemaErrorSeverity.Warning)); 818string typeName = session.UsedTypeNames.AdjustIdentifier(firstRow.RelationshipName);