System.Xml.XmlDataDocument.DataSet Property

Gets a System.Data.DataSet that provides a relational representation of the data in the XmlDataDocument.

Syntax

public System.Data.DataSet DataSet { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Xml
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0