2 references to RELATIONSHIP_NAME
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
259this._columnRelationshipName = new System.Data.DataColumn(RELATIONSHIP_NAME, typeof(string), null, System.Data.MappingType.Element); 278this._columnRelationshipName = base.Columns[RELATIONSHIP_NAME];