2 writes to SupportedSQLTypes
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (2)
599
ProviderInfo.
SupportedSQLTypes
|= (int)sqlcvt;
740
ProviderInfo.
SupportedSQLTypes
|= flags;
1 reference to SupportedSQLTypes
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
745
return (0 != (ProviderInfo.
SupportedSQLTypes
& (int)sqlcvt));