4 references to Scale
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (4)
1371if (row.Scale < scale.Description.MinValue || row.Scale > scale.Description.MaxValue) 1377row.Scale, 1387facets[scale.Name] = Facet.Create(scale.Description, (byte)row.Scale);