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) 294if (this.IsLargeType) { 528return this.size.HasValue || this.IsLargeType; 1012if (declaredType.Size.HasValue && parameter.Size <= declaredType.Size || declaredType.IsLargeType) { 1206if (arg0.IsLargeType) { 1234if (arg1.IsLargeType)