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