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