2 writes to _columnTable
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
258this._columnTable = new System.Data.DataColumn(TABLE, typeof(string), null, System.Data.MappingType.Element); 288this._columnTable = base.Columns[TABLE];
2 references to _columnTable
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
105return this._columnTable; 259base.Columns.Add(this._columnTable);