Updated 多表查询 (markdown)

2881099
2021-01-30 21:55:08 +08:00
parent 762193a540
commit f4d95488e9

@@ -72,6 +72,8 @@ fsql.Select<Topic, Category, CategoryType>()
//WHERE c. `Id` > 0
```
> 技巧:[一对多关系,分表只取关联的第一条记录](https://github.com/dotnetcore/FreeSql/issues/430)
## 3、WithSql
```csharp