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