mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 16:30:52 +08:00
update
2
多表查询.md
2
多表查询.md
@@ -112,6 +112,8 @@ fsql.Select<Topic>()
|
||||
|
||||
## 6、子表Join
|
||||
|
||||
string.Join + ToList 实现将子查询的多行结果,拼接为一个字符串,如:"1,2,3,4"
|
||||
|
||||
```csharp
|
||||
fsql.Select<Topic>()
|
||||
.ToList(a => new {
|
||||
|
||||
Reference in New Issue
Block a user