6 references to TooManyRestrictions
System.Data.Odbc (6)
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
122throw ADP.TooManyRestrictions(collectionName); 434throw ADP.TooManyRestrictions(exactCollectionName);
System\Data\Odbc\OdbcMetaDataFactory.cs (4)
512throw ADP.TooManyRestrictions(collectionName); 564throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataSourceInformation); 782throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataTypes); 966throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.ReservedWords);