mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-10 02:10:55 +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
|
//LEFT JOIN Category b on b.Id = a.CategoryId and b.Name = ?bname
|
||||||
```
|
```
|
||||||
|
|
||||||
延伸问题:SQL联表如何 b 表的字段如果在 ToList 中指定?
|
延伸问题:SQL联表 b 表的字段如何在 ToList 中指定?
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
.ToList(a => new {
|
.ToList(a => new {
|
||||||
|
|||||||
Reference in New Issue
Block a user