System.Data Namespace DataRelation Class
Sets or retrieves a value indicating whether relations are nested.
[ VB ]
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 );
true, if relations are nested; otherwise, false.
Relations are frequently used to define hierarchical relationships, especially when using XML.
DataRelation Members