Active Query Builder 2 .NET Edition reference
ShowDataSources Property



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

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback