Base:
property
IsLargeType
System.Data.Linq.SqlClient.ProviderType.IsLargeType
6 references to IsLargeType
System.Data.Linq (6)
SqlClient\SqlTypeSystemProvider.cs (6)
199
+ KeyValue("IsLargeType",
IsLargeType
)
294
if (this.
IsLargeType
) {
528
return this.size.HasValue || this.
IsLargeType
;
1012
if (declaredType.Size.HasValue && parameter.Size <= declaredType.Size || declaredType.
IsLargeType
) {
1206
if (arg0.
IsLargeType
) {
1234
if (arg1.
IsLargeType
)