1 write to _tableCollection
System.Data.Common (1)
System\Data\DataSet.cs (1)
96
_tableCollection
= new DataTableCollection(this);
1 reference to _tableCollection
System.Data.Common (1)
System\Data\DataSet.cs (1)
1038
public DataTableCollection Tables =>
_tableCollection
;