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



Returns the list of Metadata Structure Items of the specified type in the underlying hierarchy.
Syntax
'Declaration
 
Public Overloads Function GetAllItems( _
   ByVal type As MetadataType _
) As System.Collections.Generic.List(Of MetadataStructureItem)
'Usage
 
Dim instance As MetadataStructureItem
Dim type As MetadataType
Dim value As System.Collections.Generic.List(Of MetadataStructureItem)
 
value = instance.GetAllItems(type)
public System.Collections.Generic.List<MetadataStructureItem> GetAllItems( 
   MetadataType type
)
public: System.Collections.Generic.List<MetadataStructureItem*>* GetAllItems( 
   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