NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDataDocument.DataSet

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;

Property Value

A DataSet that can be used to access the data in this XmlDataDocument, using a relational model.

Remarks

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.

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace