4 references to SqlType
System.Data.Linq (4)
SqlClient\SqlTypeSystemProvider.cs (4)
49return new SqlType(type, precision, scale); 154static private readonly SqlType theDefaultDecimal = new SqlType(SqlDbType.Decimal, defaultDecimalPrecision, defaultDecimalScale); 157static private readonly SqlType theMoney = new SqlType(SqlDbType.Money, 19, 4); 162static private readonly SqlType theSmallMoney = new SqlType(SqlDbType.SmallMoney, 10, 4);