2 writes to SupportedSQLTypes
System.Data.Odbc (2)
System\Data\Odbc\OdbcConnection.cs (2)
687ProviderInfo.SupportedSQLTypes |= (int)sqlcvt; 852ProviderInfo.SupportedSQLTypes |= flags;
1 reference to SupportedSQLTypes
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
857return (0 != (ProviderInfo.SupportedSQLTypes & (int)sqlcvt));