Active Query Builder 2 .NET Edition reference
ShowMetadataContainerLoadWizard Method



Displays the Metadata Container load wizard.
Syntax
'Declaration
 
Public Shared Function ShowMetadataContainerLoadWizard( _
   ByVal metadataContainer As MetadataContainer, _
   ByVal loadingOptions As MetadataLoadingOptions _
) As System.Boolean
'Usage
 
Dim metadataContainer As MetadataContainer
Dim loadingOptions As MetadataLoadingOptions
Dim value As System.Boolean
 
value = QueryBuilder.ShowMetadataContainerLoadWizard(metadataContainer, loadingOptions)
public static System.bool ShowMetadataContainerLoadWizard( 
   MetadataContainer metadataContainer,
   MetadataLoadingOptions loadingOptions
)
public: static System.bool ShowMetadataContainerLoadWizard( 
   MetadataContainer* metadataContainer,
   MetadataLoadingOptions* loadingOptions
) 

Parameters

metadataContainer
loadingOptions
Remarks

Metadata Container load wizard allows the end-user to establish connection to a database and to fetch metadata from it.

This wizard was intended to be called from the Metadata Container Editor that is called by the EditMetadataContainer method.

See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback