2 references to defaultDecimalScale
System.Data.Linq (2)
SqlClient\SqlTypeSystemProvider.cs (2)
46
else if (type == SqlDbType.Decimal && precision == defaultDecimalPrecision && scale ==
defaultDecimalScale
) {
154
static private readonly SqlType theDefaultDecimal = new SqlType(SqlDbType.Decimal, defaultDecimalPrecision,
defaultDecimalScale
);