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