Gets the collection of tables contained in the System.Data.DataSet.
The System.Data.DataTableCollection contained by this DataSet; otherwise a null value if no System.Data.DataTable objects exist.
To add tables to the collection, use DataTableCollection.Add(DataTable) method of the System.Data.DataTableCollection. To remove tables, use the DataTableCollection.Remove(DataTable) method.