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