4 references to Precision
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (4)
1347if (row.Precision < precision.Description.MinValue || row.Precision > precision.Description.MaxValue) 1353row.Precision, 1363facets[precision.Name] = Facet.Create(precision.Description, (byte)row.Precision);