2 writes to IsV3Driver
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (2)
214ProviderInfo.IsV3Driver = (int.Parse(ProviderInfo.DriverVersion.Substring(0,2), CultureInfo.InvariantCulture) >= 3); 217ProviderInfo.IsV3Driver = false;
1 reference to IsV3Driver
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
225return ProviderInfo.IsV3Driver;