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