11 references to TooManyRestrictions
System.Data (11)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (4)
489throw ADP.TooManyRestrictions(collectionName); 539throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataSourceInformation); 745throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataTypes); 927throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.ReservedWords);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (4)
486throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataSourceInformation); 492throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataTypes); 498throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.ReservedWords); 521throw ADP.TooManyRestrictions(collectionName);
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
141throw ADP.TooManyRestrictions(collectionName); 419throw ADP.TooManyRestrictions(exactCollectionName);
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (1)
269throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataTypes);