1 override of GetBestType
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
1320
internal override ProviderType
GetBestType
(ProviderType typeA, ProviderType typeB) {
4 references to GetBestType
System.Data.Linq (4)
SqlClient\Query\SqlRetyper.cs (4)
163
type = typeProvider.
GetBestType
(type, whenType);
167
type = typeProvider.
GetBestType
(type, elseType);
189
type = typeProvider.
GetBestType
(type, whenType);
263
ProviderType best = typeProvider.
GetBestType
(arg1.SqlType, arg2.SqlType);