Intersoft WebGrid Documentation
TreatOrphanRecordsAsRoot Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > SelfReferencingSettings Class : TreatOrphanRecordsAsRoot Property






Determines whether rows that doesn't have parent or child will be treated as root.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether orphan records should be treated as root.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property TreatOrphanRecordsAsRoot As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SelfReferencingSettings
Dim value As Boolean
 
instance.TreatOrphanRecordsAsRoot = value
 
value = instance.TreatOrphanRecordsAsRoot
C# 
[DescriptionAttribute("Determines whether orphan records should be treated as root.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool TreatOrphanRecordsAsRoot {get; set;}
Delphi 
public read-write property TreatOrphanRecordsAsRoot: Boolean; 
JScript 
DescriptionAttribute("Determines whether orphan records should be treated as root.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set TreatOrphanRecordsAsRoot : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Determines whether orphan records should be treated as root.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_TreatOrphanRecordsAsRoot();
public: __property void set_TreatOrphanRecordsAsRoot( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Determines whether orphan records should be treated as root.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool TreatOrphanRecordsAsRoot {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SelfReferencingSettings Class
SelfReferencingSettings Members

Concepts

Self Referencing Table

©2012 Intersoft Solutions Corp. All Rights Reserved.