2 references to FK_TABLE
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
253
this._columnFKTable = new System.Data.DataColumn(
FK_TABLE
, typeof(string), null, System.Data.MappingType.Element);
275
this._columnFKTable = base.Columns[
FK_TABLE
];