8 references to GetBestType
System.Data.Linq (8)
SqlClient\SqlTypeSystemProvider.cs (8)
1117ProviderType concatType = this.GetBestType(highest.SqlDbType, null); 1127return GetBestType(highest.SqlDbType, concatSize); 1442return GetBestType(SqlDbType.NVarChar, size); 1449return GetBestType(SqlDbType.VarBinary, size); 1451return GetBestType(SqlDbType.NVarChar, size); 1562return GetBestType(SqlDbType.NVarChar, size); 1569return GetBestType(SqlDbType.VarBinary, size); 1571return GetBestType(SqlDbType.NVarChar, size);