8 references to SqlType
System.Data.Linq (8)
SqlClient\SqlTypeSystemProvider.cs (8)
39
return new
SqlType
(type, size);
165
static private readonly SqlType theXml = new
SqlType
(SqlDbType.Xml, LargeTypeSizeIndicator);
166
static private readonly SqlType theText = new
SqlType
(SqlDbType.Text, LargeTypeSizeIndicator);
167
static private readonly SqlType theNText = new
SqlType
(SqlDbType.NText, LargeTypeSizeIndicator);
168
static private readonly SqlType theImage = new
SqlType
(SqlDbType.Image, LargeTypeSizeIndicator);
257
return new
SqlType
(SqlDbType.Char, this.Size);
261
return new
SqlType
(SqlDbType.VarChar, this.Size);
1368
bestType = new
SqlType
(bestType.SqlDbType, bestSize);