Removes the specified System.Data.DataTable object from the collection.
The DataTableCollection.CollectionChanged event occurs when a table is successfully removed.
To determine whether a given table exists and can be removed before invoking DataTableCollection.Remove(DataTable), use the DataTableCollection.Contains(string) and the DataTableCollection.CanRemove(DataTable) methods.