Active Query Builder 2 .NET Edition reference
AddObject Method



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

Parameters

name
type
See Also

Reference

MetadataItem Class
MetadataItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback