Active Query Builder 2 .NET Edition reference
LoadDefaultDatabaseOnly Property



Determines if only the default database should be loaded to the Metadata Container or all databases.
Syntax
'Declaration
 
Public Property LoadDefaultDatabaseOnly As System.Boolean
'Usage
 
Dim instance As MetadataLoadingOptions
Dim value As System.Boolean
 
instance.LoadDefaultDatabaseOnly = value
 
value = instance.LoadDefaultDatabaseOnly
public System.bool LoadDefaultDatabaseOnly {get; set;}
public: __property System.bool get_LoadDefaultDatabaseOnly();
public: __property void set_LoadDefaultDatabaseOnly( 
   System.bool value
);
Remarks
In case there is no default database set, the component will ignore this property and load all databases to avoid emptiness of the metadata container and the database schema tree.
See Also

Reference

MetadataLoadingOptions Class
MetadataLoadingOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback