5 references to SqlDecimal
System.Data.Common (5)
System\Data\SQLTypes\SQLDecimal.cs (5)
1743
return x.IsNull ? Null : new
SqlDecimal
(x.ByteValue);
1749
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
1755
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
1761
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
3153
if (n == new
SqlDecimal
(0))