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



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