Active Query Builder 2 .NET Edition reference
DatabaseSchemaTreeOptions Property



Contains various properties of the Database Schema Tree control.
Syntax
'Declaration
 
Public Property DatabaseSchemaTreeOptions As DatabaseSchemaTreeOptions
'Usage
 
Dim instance As QueryBuilder
Dim value As DatabaseSchemaTreeOptions
 
instance.DatabaseSchemaTreeOptions = value
 
value = instance.DatabaseSchemaTreeOptions
public DatabaseSchemaTreeOptions DatabaseSchemaTreeOptions {get; set;}
public: __property DatabaseSchemaTreeOptions* get_DatabaseSchemaTreeOptions();
public: __property void set_DatabaseSchemaTreeOptions( 
   DatabaseSchemaTreeOptions* value
);
Remarks
Use the MetadataStructureOptions to organize objects within the Database Schema Tree the way you need.
See Also

Reference

QueryBuilder Class
QueryBuilder Members
QueryStructureTreeOptions Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback