Gets a DataSet that provides a relational representation of the data in this XmlDataDocument.
[Visual Basic] Public ReadOnly Property DataSet As DataSet [C#] public DataSet DataSet {get;} [C++] public: __property DataSet* get_DataSet(); [JScript] public function get DataSet() : DataSet;
A DataSet that can be used to access the data in this XmlDataDocument, using a relational model.
The DataSet enables you to access the data in this XmlDataDocument using a relational model. This means that you can handle the data as tables and views, rows and columns, relations, and so on.
XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace