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