| ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataList Class : FindItem Method |
| Overload | Description |
|---|---|
| FindItem<T>(String) | Returns the first found metadata item that matches the string name. |
| FindItem<T>(String,MetadataType) | Returns the first found metadata item of the specified types that matches the string name. |
| FindItem<T>(AstToken) | Returns the first found metadata item that matches the name defined by AST token identifier. |
| FindItem<T>(AstToken,MetadataType) | Returns the first found metadata item of the specified type that matches the name defined by AST token identifier. |
| FindItem<T>(MetadataQualifiedNamePart) | Returns the first found metadata item that matches the name defined by MetadataQualifiedNamePart. |