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