9 references to ToDecimal
System.Data.Common (9)
System\Data\SQLTypes\SQLDecimal.cs (1)
1773return x.IsNull ? Null : new SqlDecimal(x.ToDecimal());
System\Data\SQLTypes\SQLMoney.cs (8)
123return ToDecimal(); 173return decimal.ToDouble(ToDecimal()); 206decimal money = ToDecimal(); 298new SqlMoney(decimal.Multiply(x.ToDecimal(), y.ToDecimal())); 304new SqlMoney(decimal.Divide(x.ToDecimal(), y.ToDecimal())); 587writer.WriteString(XmlConvert.ToString(ToDecimal()));