Hierarchy Problem -> Replace Recursion with Linq Join?

后端 未结 4 1324
离开以前
离开以前 2020-12-16 07:45

I have a self referential table, which has ID, ParentID (nullable).

So, the table contains many nodes, each node could be the root in the hierarchy (parent is null),

4条回答
  •  旧时难觅i
    2020-12-16 08:21

    I know this is an old post but you should check out this extension:

    http://www.scip.be/index.php?Page=ArticlesNET23

    I've been using it and it is working great.

提交回复
热议问题