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;
The DataSetView that created this DataView. If no such DataSetView exists, a null reference (in Visual Basic Nothing).