1 reference to IsFixedPointNumericType
System.Data.Entity (1)
System\Data\Metadata\TypeSemantics.cs (1)
414
return (IsIntegerNumericType(type) ||
IsFixedPointNumericType
(type) || IsFloatPointNumericType(type));