aspxtreme

DataRelation.Nested Property

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 );

Property Value

true, if relations are nested; otherwise, false.

Remarks

Relations are frequently used to define hierarchical relationships, especially when using XML.

See Also

DataRelation Members



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme