4 references to SqlDecimal
System.Data.Common (4)
System\Data\SQLTypes\SQLDecimal.cs (4)
1190return new SqlDecimal(x); 1789return x.IsNull ? SqlDecimal.Null : new SqlDecimal(x.Value); 1795return x.IsNull ? SqlDecimal.Null : new SqlDecimal(x.Value); 3268n = new SqlDecimal(Math.Pow(dBaseNum, exp));