Active Query Builder 2 .NET Edition reference
MetadataContainer Property (QueryBuilder)



Returns a reference to the Metadata Container, an object to hold information about database schema, database objects and their attributes.
Syntax
'Declaration
 
Public ReadOnly Property MetadataContainer As MetadataContainer
'Usage
 
Dim instance As QueryBuilder
Dim value As MetadataContainer
 
value = instance.MetadataContainer
public MetadataContainer MetadataContainer {get;}
public: __property MetadataContainer* get_MetadataContainer();
Remarks
Use the MetadataLoadingOptions property to limit the set of database objects loaded to the Metadata Container. You can also add and remove the items of the Metadata Container programmatically via this property.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback