Active Query Builder 2 .NET Edition reference
GetAllMetadataItems(MetadataType) Method



Returns the list of all child Metadata Items of the specified type from the underlying hierarchy of Metadata Structure Items.
Syntax
'Declaration
 
Public Overloads Function GetAllMetadataItems( _
   ByVal type As MetadataType _
) As System.Collections.Generic.List(Of MetadataItem)
'Usage
 
Dim instance As MetadataStructureItem
Dim type As MetadataType
Dim value As System.Collections.Generic.List(Of MetadataItem)
 
value = instance.GetAllMetadataItems(type)
public System.Collections.Generic.List<MetadataItem> GetAllMetadataItems( 
   MetadataType type
)
public: System.Collections.Generic.List<MetadataItem*>* GetAllMetadataItems( 
   MetadataType type
) 

Parameters

type
Remarks
Execution of this method in online mode may take a long time as it will require complete loading of the underlying Metadata Structure tree among with retrieval of the corresponding Metadata Items from database.
See Also

Reference

MetadataStructureItem Class
MetadataStructureItem Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback