2 references to SqlDecimal
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
675public SqlDecimal(double dVal) : this(false) { 3301public static readonly SqlDecimal Null = new SqlDecimal(true);