Skip to content

How To Transform Unsorted Flat Hierarchical Data Structures Into Nested Parent-Child Or Tree Form Objects

Notifications You must be signed in to change notification settings

AhmedTarekHasan/HierarchicalObjectsManagement

Repository files navigation

Hierarchical Objects Management

How To Transform Unsorted Flat Hierarchical Data Structures Into Nested Parent-Child Or Tree Form Objects


Sometimes you have hierarchical data structure presented into an SQL database table where there is a parent-child relation between rows. You may need to transform this flat hierarchical data structure into a parent-child or tree form entity so that you can use it in more advanced or complex business like binding to a tree control or whatever.

This article is a walkthrough which takes you from the early steps of writing the code up to its final form.


Related Links:


Authors:

Releases

No releases published

Packages

No packages published

Languages