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