11 references to IsV3Driver
System.Data.Odbc (11)
System\Data\Odbc\OdbcCommand.cs (1)
632if (Connection.IsV3Driver)
System\Data\Odbc\OdbcConnection.cs (1)
750if (IsV3Driver)
System\Data\Odbc\OdbcDataReader.cs (4)
1544if (Connection.IsV3Driver) 1598if (Connection.IsV3Driver) 1643if (!Connection.IsV3Driver) 2091if (Connection.IsV3Driver)
System\Data\Odbc\OdbcMetaDataFactory.cs (2)
254if (connection.IsV3Driver == false) 619if (connection.IsV3Driver)
System\Data\Odbc\OdbcParameter.cs (3)
674!command.Connection.IsV3Driver // for non V3 driver we always do the conversion 691if (!command.Connection.IsV3Driver) 732if (!command.Connection.IsV3Driver)