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