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