2 references to RELATIONSHIP_ID
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
261
this._columnRelationshipId = new System.Data.DataColumn(
RELATIONSHIP_ID
, typeof(string), null, System.Data.MappingType.Element);
279
this._columnRelationshipId = base.Columns[
RELATIONSHIP_ID
];