Gets a System.Data.DataSet that provides a relational representation of the data in the XmlDataDocument.
Documentation for this section has not yet been entered.
The DataSet enables you to access the data in the XmlDataDocument using a relational model. This means that you can handle the data as tables and views, rows and columns, relations, and so on. Changes made in the DataSet are immediately visible in the XmlDataDocument.