1 instantiation of DataTableCollection
System.Data.Common (1)
System\Data\DataSet.cs (1)
96
_tableCollection = new
DataTableCollection
(this);
7 references to DataTableCollection
netstandard (1)
netstandard.cs (1)
512
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataTableCollection
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
82
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataTableCollection
))]
System.Data.Common (5)
System\Data\Common\DataTableMapping.cs (1)
139
DataTableCollection
tables = dataSet.Tables;
System\Data\DataSet.cs (3)
44
private readonly
DataTableCollection
_tableCollection;
1038
public
DataTableCollection
Tables => _tableCollection;
1170
DataTableCollection
tbls = Tables;
System\Data\DataTableCollection.cs (1)
709
/// Raises the <see cref='System.Data.
DataTableCollection
.OnCollectionChanged'/> event.