30 references to Add
System.Data (26)
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
183tables.Add(dataTable);
fx\src\data\System\Data\DataSet.cs (3)
365Tables.Add(dt); 1128ds.Tables.Add(dt); 3431Tables.Add(tempDT);
fx\src\data\System\Data\DataTable.cs (6)
264ds.Tables.Add(this); 308ds.Tables.Add(this); 2190ds.Tables.Add(destinationTable); 4858ds.Tables.Add(this); 5003ds.Tables.Add(this); 5813dataset.Tables.Add(this);
fx\src\data\System\Data\DataTableCollection.cs (5)
179Add(table); 198Add(table); 205Add(table); 217Add(table); 622Add(table);
fx\src\data\System\Data\Merger.cs (1)
291dataSet.Tables.Add(targetTable);
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (2)
128CollectionDataSet.Tables.Add(metaDataCollectionsTable); 132CollectionDataSet.Tables.Add(restrictionsTable);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (2)
162CollectionDataSet.Tables.Add(metaDataCollectionsTable); 166CollectionDataSet.Tables.Add(restrictionsTable);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (2)
606_dataSet.Tables.Add(_dataTable); 908_dataSet.Tables.Add(_dataTable);
fx\src\data\System\Data\XDRSchema.cs (2)
560_ds.Tables.Add(table); 642_ds.Tables.Add(table);
fx\src\data\System\Data\XMLSchema.cs (2)
1292_ds.Tables.Add(table); 1407_ds.Tables.Add(table);
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2530ds.Tables.Add(bufferTable); 2817ds.Tables.Add(tb);
System.Web.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1081 dataSet.Tables.Add(seriesTable);
System.Windows.Forms.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1081 dataSet.Tables.Add(seriesTable);