Clears the System.Data.DataSet of any data by removing all rows in all tables.
If the System.Data.DataSet is bound to an System.Xml.XmlDataDocument, calling DataSet.Clear or DataTable.Clear raises the NotSupportedException. To avoid this situation, traverse each table, removing each row one at a time.