Active Query Builder 2 .NET Edition reference
ShowExpressions Property



Instructs the component to show query expressions in the Query Structure Tree.
Syntax
'Declaration
 
Public Property ShowExpressions As System.Boolean
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Boolean
 
instance.ShowExpressions = value
 
value = instance.ShowExpressions
public System.bool ShowExpressions {get; set;}
public: __property System.bool get_ShowExpressions();
public: __property void set_ShowExpressions( 
   System.bool value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback