gpt4 book ai didi

c# - 使用 LINQ 按层次顺序显示数据

转载 作者:行者123 更新时间:2023-11-30 12:50:56 25 4
gpt4 key购买 nike

我有一个包含以下列的表 department

Id  (P.K.)
Name
ParentDepartmentId (F.K. of same Department table)

现在我想使用 LINQ 按层次顺序显示所有数据。像这样:

 IT
.Net
Web Developer
Windows Developer
Java
PHP
Technical Support
OffLine
Online

其中 IT 有 3 个子部门 .Net、Java、PHP。同样,.net 有自己的子部门 Web 开发人员和 Windows 开发人员等等。

我如何使用 LINQ 实现此目的。我正在使用 C#、 Entity Framework 等使用 ASP.Net MVC 3.0。

最佳答案

关于c# - 使用 LINQ 按层次顺序显示数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8060825/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com