Gets the DataSetView to which this table setting belongs.
[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 to which this table setting belongs.
TableSetting Class | TableSetting Members | System.Data Namespace