1 reference to SqlDecimal
System.Data.Common (1)
System\Data\SQLTypes\SQLDecimal.cs (1)
1767
return x.IsNull ? Null : new
SqlDecimal
(x.Value);