mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-08 17:30:55 +08:00
update
@@ -76,7 +76,7 @@ Assert.Equal("110100", t1[0].Childs[0].Childs[0].Code);
|
||||
Assert.Equal("110101", t1[0].Childs[0].Childs[1].Code);
|
||||
```
|
||||
|
||||
查询数据本来是平面的,ToTreeList 方法将返回的平面数据加工为树型 List 返回。
|
||||
查询数据本来是平面的,ToTreeList 方法将返回的平面数据在内存中加工为树型 List 返回。
|
||||
|
||||
## 2、AsTreeCte 递归查询
|
||||
|
||||
|
||||
Reference in New Issue
Block a user