4 references to SqlDecimal
System.Data.Common (4)
System\Data\SQLTypes\SQLDecimal.cs (3)
1177
return new
SqlDecimal
(x);
1189
return new
SqlDecimal
(new decimal(x));
1773
return x.IsNull ? Null : new
SqlDecimal
(x.ToDecimal());
System\Data\SQLTypes\SQLMoney.cs (1)
81
SqlDecimal snum = new
SqlDecimal
(value);