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