Windward Engine API Reference
Children Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > MetaDataElement Class : Children Property




Glossary Item Box

The children nodes of this node. For example the column nodes are children of the table node.

Syntax

Visual Basic (Declaration) 
Public Property Children As List(Of MetaDataElement)
Visual Basic (Usage)Copy Code
Dim instance As MetaDataElement
Dim value As List(Of MetaDataElement)
 
instance.Children = value
 
value = instance.Children
C# 
public List<MetaDataElement> Children {get; set;}
Managed Extensions for C++ 
public: __property List<MetaDataElement*>* get_Children();
public: __property void set_Children( 
   List<MetaDataElement*>* value
);
C++/CLI 
public:
property List<MetaDataElement^>^ Children {
   List<MetaDataElement^>^ get();
   void set (    List<MetaDataElement^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.