4 references to SqlDecimal
System.Data.Common (4)
System\Data\SQLTypes\SQLDecimal.cs (4)
1183return new SqlDecimal(x); 1782return x.IsNull ? SqlDecimal.Null : new SqlDecimal(x.Value); 1788return x.IsNull ? SqlDecimal.Null : new SqlDecimal(x.Value); 3261n = new SqlDecimal(Math.Pow(dBaseNum, exp));