2 writes to _columnScale
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
274
this.
_columnScale
= new System.Data.DataColumn(SCALE, typeof(int), null, System.Data.MappingType.Element);
296
this.
_columnScale
= base.Columns[SCALE];
2 references to _columnScale
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
182
return this.
_columnScale
;
275
base.Columns.Add(this.
_columnScale
);