Active Query Builder 2 .NET Edition reference
MetadataList Class Members
Properties  Methods 

The following tables list the members exposed by MetadataList.

Public Properties
 NameDescription
Public PropertyDatabasesLists metadata items of the Database type.  
Public PropertyFieldsLists metadata items of the Field type.  
Public PropertyForeignKeysLists metadata items of the Foreign Key type.  
Public PropertyNamespacesLists metadata items of the all namespace types (Server, Package, Database, Schema).  
Public PropertyObjectsLists metadata items of the all database object types (Table, View, Procedure, Synonym).  
Public PropertyPackagesLists metadata items of the Package type.  
Public PropertyParametersLists metadata items of the Parameter type.  
Public PropertyParentRefers to the parent metadata item.  
Public PropertyProceduresLists metadata items of the Procedure type.  
Public PropertySchemasLists metadata items of the Schema type.  
Public PropertyServersLists metadata items of the Server type.  
Public PropertySQLContextRefers to the context for SQL generation, SQL parsing and metadata loading purposes.  
Public PropertySynonymsLists metadata items of the Synonym type.  
Public PropertyTablesLists metadata items of the Table type.  
Public PropertyViewsLists metadata items of the View type.  
Top
Public Methods
 NameDescription
Public MethodClearOverloaded. Removes items from the list.  
Public MethodFindForeignKeyReturns the first found metadata item of the Foreign Key type with the given fields, parent object and parent object fields.  
Public MethodFindForeignKeysReturns the list of metadata items of the Foreign Key type with the given fields, parent object and parent object fields.  
Public MethodFindIndexOverloaded. Returns the index of first found metadata item that matches the string name.  
Public MethodFindIndicesOverloaded. Returns the list of indexes of metadata items that match the string name.  
Public MethodFindItemOverloaded. Returns the first found metadata item that matches the string name.  
Public MethodFindItemsOverloaded. Returns the list of metadata items that match the string name.  
Public MethodGetDefaultItems<T>Returns the list of default metadata items.  
Public MethodGetItems<T>Returns the list of all metadata items.  
Public MethodGetItemsRecursive<T>Returns the list of all metadata items and items of child lists recursively.  
Public MethodIsLoadedIndicates if the specified types of metadata items have been loaded to the list.  
Public MethodLoadOverloaded. Loads specified types of metadata items to the list.  
Top
See Also

Reference

MetadataList Class
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback