ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataList Class : FindItems Method |
Overload | Description |
---|---|
FindItems<T>(String) | Returns the list of metadata items that match the string name. |
FindItems<T>(String,MetadataType) | Returns the list of metadata items of the specified types that match the string name. |
FindItems<T>(AstToken) | Returns the list of metadata items that match the name defined by AST token identifier. |
FindItems<T>(AstToken,MetadataType) | Returns the list of metadata items of the specified types that match the name defined by AST token identifier. |
FindItems<T>(MetadataQualifiedNamePart) | Returns the list of metadata items that match the name defined by MetadataQualifiedNamePart. |