From 1d5b7f426f200ef327a16366e5f1068eb642833f Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:33:59 +0800 Subject: [PATCH] Updated Query from Multi Tables (markdown) --- Query-from-Multi-Tables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Query-from-Multi-Tables.md b/Query-from-Multi-Tables.md index 63c29d7..447ff13 100644 --- a/Query-from-Multi-Tables.md +++ b/Query-from-Multi-Tables.md @@ -78,7 +78,8 @@ fsql.Select() > 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() .InnerJoin((o, p, u) => o.UserId == u.Id) .LeftJoin((o, p, u) => o.ProductId == p.Id)