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