ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : MetadataList Class |
The following tables list the members exposed by MetadataList.
Name | Description | |
---|---|---|
![]() | Databases | Lists metadata items of the Database type. |
![]() | Fields | Lists metadata items of the Field type. |
![]() | ForeignKeys | Lists metadata items of the Foreign Key type. |
![]() | Namespaces | Lists metadata items of the all namespace types (Server, Package, Database, Schema). |
![]() | Objects | Lists metadata items of the all database object types (Table, View, Procedure, Synonym). |
![]() | Packages | Lists metadata items of the Package type. |
![]() | Parameters | Lists metadata items of the Parameter type. |
![]() | Parent | Refers to the parent metadata item. |
![]() | Procedures | Lists metadata items of the Procedure type. |
![]() | Schemas | Lists metadata items of the Schema type. |
![]() | Servers | Lists metadata items of the Server type. |
![]() | SQLContext | Refers to the context for SQL generation, SQL parsing and metadata loading purposes. |
![]() | Synonyms | Lists metadata items of the Synonym type. |
![]() | Tables | Lists metadata items of the Table type. |
![]() | Views | Lists metadata items of the View type. |
Name | Description | |
---|---|---|
![]() | Clear | Overloaded. Removes items from the list. |
![]() | FindForeignKey | Returns the first found metadata item of the Foreign Key type with the given fields, parent object and parent object fields. |
![]() | FindForeignKeys | Returns the list of metadata items of the Foreign Key type with the given fields, parent object and parent object fields. |
![]() | FindIndex | Overloaded. Returns the index of first found metadata item that matches the string name. |
![]() | FindIndices | Overloaded. Returns the list of indexes of metadata items that match the string name. |
![]() | FindItem | Overloaded. Returns the first found metadata item that matches the string name. |
![]() | FindItems | Overloaded. Returns the list of metadata items that match the string name. |
![]() | GetDefaultItems<T> | Returns the list of default metadata items. |
![]() | GetItems<T> | Returns the list of all metadata items. |
![]() | GetItemsRecursive<T> | Returns the list of all metadata items and items of child lists recursively. |
![]() | IsLoaded | Indicates if the specified types of metadata items have been loaded to the list. |
![]() | Load | Overloaded. Loads specified types of metadata items to the list. |