Active Query Builder 2 .NET Edition reference
ExpandUnionNodes Property



Instructs the component to expand nodes that groups union sub-queries by default.
Syntax
'Declaration
 
Public Property ExpandUnionNodes As System.Boolean
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Boolean
 
instance.ExpandUnionNodes = value
 
value = instance.ExpandUnionNodes
public System.bool ExpandUnionNodes {get; set;}
public: __property System.bool get_ExpandUnionNodes();
public: __property void set_ExpandUnionNodes( 
   System.bool value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback