Version

DataSetHierarchicalEnumerable Class

Automatically creates hierarchy of a DataSet using the data relations between tables. Supports multiple sibling tables and self-referencing tables. This class does not automatically detect loops, for example if Table1 is related to Table2 and then Table2 is related back to Table1.
Syntax
'Declaration
 
Public Class DataSetHierarchicalEnumerable 
   Inherits System.Collections.Generic.List(Of DataSetNode)
public class DataSetHierarchicalEnumerable : System.Collections.Generic.List<DataSetNode> 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also