2 writes to _columnFKColumn
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
255this._columnFKColumn = new System.Data.DataColumn(FK_COLUMN, typeof(string), null, System.Data.MappingType.Element); 276this._columnFKColumn = base.Columns[FK_COLUMN];
2 references to _columnFKColumn
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
161return this._columnFKColumn; 256base.Columns.Add(this._columnFKColumn);