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!

DataRelation.Nested

Gets or sets a value indicating whether relations are nested.

[Visual Basic]
Overridable Public Property Nested As Boolean
[C#]
public bool Nested {virtual get; virtual set;}
[C++]
public: __property virtual bool get_Nested();
public: __property virtual void set_Nested(bool);
[JScript]
public function get Nested() : Boolean;
public function set Nested(Boolean);

Property Value

true, if relations are nested; otherwise, false.

See Also

DataRelation Class | DataRelation Members | System.Data Namespace