Active Query Builder 2 .NET Edition reference
MetadataLoadingOptions Property



Determines rules of loading database schema information to the Metadata Container.
Syntax
'Declaration
 
Public Property MetadataLoadingOptions As MetadataLoadingOptions
'Usage
 
Dim instance As QueryBuilder
Dim value As MetadataLoadingOptions
 
instance.MetadataLoadingOptions = value
 
value = instance.MetadataLoadingOptions
public MetadataLoadingOptions MetadataLoadingOptions {get; set;}
public: __property MetadataLoadingOptions* get_MetadataLoadingOptions();
public: __property void set_MetadataLoadingOptions( 
   MetadataLoadingOptions* value
);
Remarks
Definition of these rules might be needed to limit the list of database objects displayed, as well as to reduce metadata loading time for some database servers (eg. Oracle).
Formerly named as MetadataFilter, the new option set introduces a simpler way to define metadata loading rules using ExcludeFilter and IncludeFilter mask sets and other properties, among with old way that provides higher flexibility in defining metadata filtration rules.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback