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