5 references to SqlDecimal
System.Data.Common (5)
System\Data\SQLTypes\SQLDecimal.cs (5)
1750
return x.IsNull ? Null : new
SqlDecimal
(x.ByteValue);
1756
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
1762
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
1768
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
3160
if (n == new
SqlDecimal
(0))