Active Query Builder 2 .NET Edition reference
AddNamespace Method



Adds and returns new child metadata item of the specified namespace type.
Syntax
'Declaration
 
Public Function AddNamespace( _
   ByVal name As System.String, _
   ByVal type As MetadataType _
) As MetadataNamespace
'Usage
 
Dim instance As MetadataItem
Dim name As System.String
Dim type As MetadataType
Dim value As MetadataNamespace
 
value = instance.AddNamespace(name, type)
public MetadataNamespace AddNamespace( 
   System.string name,
   MetadataType type
)
public: MetadataNamespace* AddNamespace( 
   System.string* name,
   MetadataType type
) 

Parameters

name
type
See Also

Reference

MetadataItem Class
MetadataItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback