mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
update
2
多表查询.md
2
多表查询.md
@@ -70,7 +70,7 @@ fsql.Select<Topic>()
|
||||
//LEFT JOIN Category b on b.Id = a.CategoryId and b.Name = ?bname
|
||||
```
|
||||
|
||||
延伸问题:SQL联表如何 b 表的字段如果在 ToList 中指定?
|
||||
延伸问题:SQL联表 b 表的字段如何在 ToList 中指定?
|
||||
|
||||
```csharp
|
||||
.ToList(a => new {
|
||||
|
||||
Reference in New Issue
Block a user