5 references to SqlDecimal
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (5)
1704
return x.IsNull ? Null : new
SqlDecimal
((int)x.ByteValue);
1712
return x.IsNull ? Null : new
SqlDecimal
((int)(x.Value));
1720
return x.IsNull ? Null : new
SqlDecimal
((int)(x.Value));
1728
return x.IsNull ? Null : new
SqlDecimal
(x.Value);
3046
if (n == new
SqlDecimal
(0))