2 references to SqlDecimal
System.Data.Common (2)
System\Data\SQLTypes\SQLDecimal.cs (2)
664public SqlDecimal(double dVal) : this(false) 3392public static readonly SqlDecimal Null = new SqlDecimal(true);