mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update README.md
This commit is contained in:
@@ -71,6 +71,7 @@ var list=db.Queryable<Test>()
|
|||||||
.ThenInclude(z1 => z1.RoomList)
|
.ThenInclude(z1 => z1.RoomList)
|
||||||
.Include(z1 => z1.Books)
|
.Include(z1 => z1.Books)
|
||||||
.ExecuteCommand();
|
.ExecuteCommand();
|
||||||
|
|
||||||
//delete by nav
|
//delete by nav
|
||||||
db.DeleteNav<Student>(it=>it.Id==1)
|
db.DeleteNav<Student>(it=>it.Id==1)
|
||||||
.Include(z1 => z1.SchoolA)
|
.Include(z1 => z1.SchoolA)
|
||||||
|
Reference in New Issue
Block a user