18 references to SqlType
System.Data.Linq (18)
SqlClient\SqlTypeSystemProvider.cs (18)
79
return new
SqlType
(type);
144
static private readonly SqlType theBigInt = new
SqlType
(SqlDbType.BigInt);
145
static private readonly SqlType theBit = new
SqlType
(SqlDbType.Bit);
146
static private readonly SqlType theChar = new
SqlType
(SqlDbType.Char);
147
static private readonly SqlType theDateTime = new
SqlType
(SqlDbType.DateTime);
148
static private readonly SqlType theDate = new
SqlType
(SqlDbType.Date);
149
static private readonly SqlType theTime = new
SqlType
(SqlDbType.Time);
150
static private readonly SqlType theDateTime2 = new
SqlType
(SqlDbType.DateTime2);
151
static private readonly SqlType theDateTimeOffset = new
SqlType
(SqlDbType.DateTimeOffset);
155
static private readonly SqlType theFloat = new
SqlType
(SqlDbType.Float);
156
static private readonly SqlType theInt = new
SqlType
(SqlDbType.Int);
158
static private readonly SqlType theReal = new
SqlType
(SqlDbType.Real);
159
static private readonly SqlType theUniqueIdentifier = new
SqlType
(SqlDbType.UniqueIdentifier);
160
static private readonly SqlType theSmallDateTime = new
SqlType
(SqlDbType.SmallDateTime);
161
static private readonly SqlType theSmallInt = new
SqlType
(SqlDbType.SmallInt);
163
static private readonly SqlType theTimestamp = new
SqlType
(SqlDbType.Timestamp);
164
static private readonly SqlType theTinyInt = new
SqlType
(SqlDbType.TinyInt);
259
return new
SqlType
(SqlDbType.Text);