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