1 instantiation of DataTableCollection
System.Data (1)
fx\src\data\System\Data\DataSet.cs (1)
105
this.tableCollection = new
DataTableCollection
(this);
6 references to DataTableCollection
System.Data (6)
fx\src\data\System\Data\Common\DataTableMapping.cs (1)
146
DataTableCollection
tables = dataSet.Tables;
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
178
DataTableCollection
tables = config.Tables;
fx\src\data\System\Data\DataSet.cs (3)
51
private readonly
DataTableCollection
tableCollection;
945
public
DataTableCollection
Tables {
1123
DataTableCollection
tbls = Tables;
fx\src\data\System\Data\DataTableCollection.cs (1)
641
/// Raises the <see cref='System.Data.
DataTableCollection
.OnCollectionChanged'/> event.