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