Active Query Builder 2 .NET Edition reference
ServerDescriptor.LoadMetadataDelegate Delegate



The list to load metadata into it.
Options to which the loaded data must comply with.
Delegate to load metdata items.
Syntax
'Declaration
 
Public Delegate Function ServerDescriptor.LoadMetadataDelegate( _
   ByVal metadataList As MetadataList, _
   ByVal loadingOptions As MetadataLoadingOptions _
) As System.Boolean
'Usage
 
Dim instance As New ServerDescriptor.LoadMetadataDelegate(AddressOf HandlerMethod)
public delegate System.bool ServerDescriptor.LoadMetadataDelegate( 
   MetadataList metadataList,
   MetadataLoadingOptions loadingOptions
)
public: __gc __delegate System.bool ServerDescriptor.LoadMetadataDelegate( 
   MetadataList* metadataList,
   MetadataLoadingOptions* loadingOptions
)

Parameters

metadataList
The list to load metadata into it.
loadingOptions
Options to which the loaded data must comply with.

Return Value

Must return true in case of success; false otherwise.
See Also

Reference

ServerDescriptor.LoadMetadataDelegate Members
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback