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!

DataView.DataSetView

Gets the DataSetView associated with this DataView.

[Visual Basic]
Public ReadOnly Property DataSetView As DataSetView
[C#]
public DataSetView DataSetView {get;}
[C++]
public: __property DataSetView* get_DataSetView();
[JScript]
public function get DataSetView() : DataSetView;

Property Value

The DataSetView that created this DataView. If no such DataSetView exists, a null reference (in Visual Basic Nothing).

See Also

DataView Class | DataView Members | System.Data Namespace