2 writes to _columnPKTable
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];
2 references to _columnPKTable
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
103
return this.
_columnPKTable
;
246
base.Columns.Add(this.
_columnPKTable
);