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!

TableSetting.DataSetView

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;

Property Value

The DataSetView to which this table setting belongs.

See Also

TableSetting Class | TableSetting Members | System.Data Namespace