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