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