mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
Updated Query from Multi Tables (markdown)
@@ -78,7 +78,8 @@ fsql.Select<Topic, Category, CategoryType>()
|
||||
|
||||
> Experience: [One-to-many, only the last record is taken from the associated table ](https://github.com/dotnetcore/FreeSql/issues/430)
|
||||
|
||||
3、WithoutJoin
|
||||
## 3、WithoutJoin
|
||||
|
||||
fsql.Select<Order, Product, User>()
|
||||
.InnerJoin((o, p, u) => o.UserId == u.Id)
|
||||
.LeftJoin((o, p, u) => o.ProductId == p.Id)
|
||||
|
||||
Reference in New Issue
Block a user