Active Query Builder 2 .NET Edition reference
LoadingOptions Property



Determines rules of loading database schema information to the Metadata Container.
Syntax
'Declaration
 
Public Property LoadingOptions As MetadataLoadingOptions
'Usage
 
Dim instance As MetadataContainer
Dim value As MetadataLoadingOptions
 
instance.LoadingOptions = value
 
value = instance.LoadingOptions
public MetadataLoadingOptions LoadingOptions {get; set;}
public: __property MetadataLoadingOptions* get_LoadingOptions();
public: __property void set_LoadingOptions( 
   MetadataLoadingOptions* value
);
Remarks
Definition of these rules is required to limit the list of database objects displayed in the tree, as well as to reduce metadata loading time (for some database servers, e.g. 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, but the old way is preserved due to higher flexibility and for compatibility reasons. The result set of objects to be loaded is determined using both old and new rules.
See Also

Reference

MetadataContainer Class
MetadataContainer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback