Active Query Builder 2 .NET Edition reference
Load(MetadataType,Boolean) Method



Types of metadata items to load to the list.
True to load metadata items recursively; false to load items of this list only.
Loads specified types of metadata items to the list.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal loadTypes As MetadataType, _
   ByVal recursive As System.Boolean _
) 
'Usage
 
Dim instance As MetadataList
Dim loadTypes As MetadataType
Dim recursive As System.Boolean
 
instance.Load(loadTypes, recursive)
public void Load( 
   MetadataType loadTypes,
   System.bool recursive
)
public: void Load( 
   MetadataType loadTypes,
   System.bool recursive
) 

Parameters

loadTypes
Types of metadata items to load to the list.
recursive
True to load metadata items recursively; false to load items of this list only.
Remarks
On loading metadata items recursively, the loadTypes parameter will be appiled to recursive calls of this method for child lists.
See Also

Reference

MetadataList Class
MetadataList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback