1 reference to SqlDecimal
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
1736return x.IsNull ? Null : new SqlDecimal(x.Value);