Active Query Builder 2 .NET Edition reference
LoadAll Method



Instructs to load fields for database objects (true) or not (false).
Recursively loads metadata for all items.
Syntax
'Declaration
 
Public Sub LoadAll( _
   ByVal withFields As System.Boolean _
) 
'Usage
 
Dim instance As MetadataItem
Dim withFields As System.Boolean
 
instance.LoadAll(withFields)
public void LoadAll( 
   System.bool withFields
)
public: void LoadAll( 
   System.bool withFields
) 

Parameters

withFields
Instructs to load fields for database objects (true) or not (false).
See Also

Reference

MetadataItem Class
MetadataItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback