19 references to LargeTypeSizeIndicator
System.Data.Linq (19)
SqlClient\SqlTypeSystemProvider.cs (19)
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); 412return (this.size == LargeTypeSizeIndicator); 499if (size == LargeTypeSizeIndicator) { 656return Size == 0 || Size > 1 || Size == LargeTypeSizeIndicator; 887p1 = LargeTypeSizeIndicator; 892p1 = LargeTypeSizeIndicator; 898p2 = LargeTypeSizeIndicator; 903p2 = LargeTypeSizeIndicator; 968return Create(targetType, SupportsMaxSize ? SqlTypeSystem.LargeTypeSizeIndicator : maxSize); 1362if (sqlTypeB.Size.HasValue && sqlTypeB.Size.Value == LargeTypeSizeIndicator 1363|| sqlTypeA.Size.HasValue && sqlTypeA.Size.Value == LargeTypeSizeIndicator) { 1365bestSize = LargeTypeSizeIndicator; 1471return Create(SqlDbType.NVarChar, LargeTypeSizeIndicator); 1475return Create(SqlDbType.VarChar, LargeTypeSizeIndicator); 1479return Create(SqlDbType.VarBinary, LargeTypeSizeIndicator); 1500return SqlTypeSystem.LargeTypeSizeIndicator;