2 references to SCALE
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
];