mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 16:00:52 +08:00
Updated 多表查询 (markdown)
2
多表查询.md
2
多表查询.md
@@ -93,6 +93,8 @@ fsql.Select<Topic, Category, CategoryType>()
|
||||
//LEFT JOIN `CategoryType` c ON b.`ParentId` = c.`Id`
|
||||
```
|
||||
|
||||
> 提示:ISelect.ToSql 可以配合 WithSql 组合使用
|
||||
|
||||
## 4、SQL联表
|
||||
```csharp
|
||||
fsql.Select<Topic>()
|
||||
|
||||
Reference in New Issue
Block a user