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