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



Types of metadata items to load to the list.
Mask that metadata item names should match.
Loads specified types of metadata items to the list by mask.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal loadTypes As MetadataType, _
   ByVal mask As System.String _
) 
'Usage
 
Dim instance As MetadataList
Dim loadTypes As MetadataType
Dim mask As System.String
 
instance.Load(loadTypes, mask)
public void Load( 
   MetadataType loadTypes,
   System.string mask
)
public: void Load( 
   MetadataType loadTypes,
   System.string* mask
) 

Parameters

loadTypes
Types of metadata items to load to the list.
mask
Mask that metadata item names should match.
Remarks
Mask act similar to the "LIKE" SQL operator. Use the percent sign (%) to represent any sequence of characters; use the underscore sign (_) to represent any single character.
See Also

Reference

MetadataList Class
MetadataList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback