2 references to PK_TABLE
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
245
this._columnPKTable = new System.Data.DataColumn(
PK_TABLE
, typeof(string), null, System.Data.MappingType.Element);
271
this._columnPKTable = base.Columns[
PK_TABLE
];