13 references to Remove
System.Data (13)
fx\src\data\System\Data\DataTable.cs (5)
275dataSet.Tables.Remove(this); 307ds.Tables.Remove(ds.Tables[0]); 310ds.Tables.Remove(this); 4866ds.Tables.Remove(this); 5011ds.Tables.Remove(this);
fx\src\data\System\Data\DataTableCollection.cs (3)
714Remove(dt); 734Remove(dt); 749Remove(dt);
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (2)
127CollectionDataSet.Tables.Remove(CollectionDataSet.Tables[DbMetaDataCollectionNames.MetaDataCollections]); 131CollectionDataSet.Tables.Remove(CollectionDataSet.Tables[DbMetaDataCollectionNames.Restrictions]);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (2)
161CollectionDataSet.Tables.Remove(CollectionDataSet.Tables[DbMetaDataCollectionNames.MetaDataCollections]); 165CollectionDataSet.Tables.Remove(CollectionDataSet.Tables[DbMetaDataCollectionNames.Restrictions]);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
470table.DataSet.Tables.Remove(table);