mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update README.md
This commit is contained in:
parent
4673cf3cf3
commit
68e1c40462
@ -67,7 +67,7 @@ var list=db.Queryable<Test>()
|
||||
.Includes(x => x.Provinces,x=>x.Citys ,x=>x.Street) //multi-level
|
||||
.Includes(x => x.ClassInfo)
|
||||
.ToList();
|
||||
|
||||
//Includes+left join
|
||||
var list5= db.Queryable<Student_004>()
|
||||
.Includes(x => x.school_001, x => x.rooms)
|
||||
.Includes(x => x.books)
|
||||
|
Loading…
Reference in New Issue
Block a user