3 references to IsNumericType
System.Data.Entity (3)
System\Data\Metadata\Edm\FacetDescription.cs (3)
79
Debug.Assert(FacetDescription.
IsNumericType
(facetType), "Min and Max Values can only be specified for numeric facets");
292
if (FacetDescription.
IsNumericType
(facetType))
317
else if (FacetDescription.
IsNumericType
(_facetType))