Intersoft ClientUI Documentation
IncludeNavigationProperties Property



Gets or sets the value which indicates whether navigation properties should be included during property generation.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IncludeNavigationProperties As Boolean
Dim instance As UXQueryBuilder
Dim value As Boolean
 
instance.IncludeNavigationProperties = value
 
value = instance.IncludeNavigationProperties
[CategoryAttribute("Common Properties")]
public bool IncludeNavigationProperties {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IncludeNavigationProperties {
   bool get();
   void set (    bool value);
}
Remarks
The IncludeNavigationProperties property enables UXQueryBuilder to list nested navigation properties in the object model. You can enable it by setting IncludeNavigationProperties to true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback