2 references to InternalAdjustSqlDecimal
System.Data (2)
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
776
SqlDecimal sdValue =
InternalAdjustSqlDecimal
(new SqlDecimal(value));
867
return
InternalAdjustSqlDecimal
(value);