ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataItem Class : FindItems Method |
Overload | Description |
---|---|
FindItems<T>(String,MetadataType) | Finds (and loads if not loaded) metadata items matching the specified string of specific types in the child items hierarchy. |
FindItems<T>(String) | Finds (and loads if not loaded) metadata items matching the specified string in the child items hierarchy. |
FindItems<T>(MetadataFilter,MetadataType) | Finds (and loads if not loaded) metadata items according to the specified Metadata Filter of specific types in the child items hierarchy. |
FindItems<T>(MetadataType) | Finds (and loads if not loaded) metadata items of specific types in the child items hierarchy. |
FindItems<T>(MetadataQualifiedName,MetadataType) | Finds (and loads if not loaded) metadata items matching the specified Metadata Qualified Name of specific types in the child items hierarchy. |
FindItems<T>(MetadataQualifiedName) | Finds (and loads if not loaded) metadata items matching the specified Metadata Qualified Name in the child items hierarchy. |
FindItems<T>(SQLQualifiedName,MetadataType) | Finds (and loads if not loaded) metadata items matching the specified SQL Qualified Name of specific types in the child items hierarchy. |
FindItems<T>(SQLQualifiedName) | Finds (and loads if not loaded) metadata items matching the specified SQL Qualified Name in the child items hierarchy. |