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