13 references to DataSourceInformation
System.Data (13)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
528DataTable dataTable = connection.GetSchema(DbMetaDataCollectionNames.DataSourceInformation);
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (5)
539throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataSourceInformation); 543DataTable dataSourceInformationTable = CollectionDataSet.Tables[DbMetaDataCollectionNames.DataSourceInformation]; 545throw ADP.UnableToBuildCollection(DbMetaDataCollectionNames.DataSourceInformation); 549dataSourceInformationTable = CloneAndFilterCollection(DbMetaDataCollectionNames.DataSourceInformation, null); 1060else if (collectionName == DbMetaDataCollectionNames.DataSourceInformation) {
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (5)
187DataTable dataSourceInformationTable = CollectionDataSet.Tables[DbMetaDataCollectionNames.DataSourceInformation]; 189throw ADP.UnableToBuildCollection(DbMetaDataCollectionNames.DataSourceInformation); 193dataSourceInformationTable = CloneAndFilterCollection(DbMetaDataCollectionNames.DataSourceInformation, null); 484if (collectionName == DbMetaDataCollectionNames.DataSourceInformation){ 486throw ADP.TooManyRestrictions(DbMetaDataCollectionNames.DataSourceInformation);
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
315Debug.Assert(dataSourceInfoTable.TableName == DbMetaDataCollectionNames.DataSourceInformation); 429if (exactCollectionName == DbMetaDataCollectionNames.DataSourceInformation) {