Active Query Builder 2 .NET Edition reference
MetadataContainer Class
Members 



Stores the necessary metadata from database.
Object Model
MetadataContainer ClassMetadataLoadingOptions Class
Syntax
'Declaration
 
Public Class MetadataContainer 
   Inherits MetadataItem
'Usage
 
Dim instance As MetadataContainer
public class MetadataContainer : MetadataItem 
public __gc class MetadataContainer : public MetadataItem 
Remarks
Metadata Container was reorganized from the plain list of objects to the hierarchical structure. There are three types of elements of this structure: namespaces, objects and sub-object items. Namespaces reflect object grouping in the database server. They can represent linked servers, databases, schemas and packages. Objects can be tables, views, synonyms, stored procedures or functions (only those procedures and functions that return dataset and can be used as data sources in the SELECT queries). The component deals with three types of sub-object items: fields, parameters and foreign keys, as these types of items are needed by the component to build queries and to represent them visually.
Inheritance Hierarchy

System.Object
         ActiveDatabaseSoftware.ActiveQueryBuilder.MetadataItem
            ActiveDatabaseSoftware.ActiveQueryBuilder.MetadataContainer

See Also

Reference

MetadataContainer Members
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback