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