Update README.md

This commit is contained in:
果糖网 2022-07-17 14:21:09 +08:00 committed by GitHub
parent 53432765b3
commit 3f08f54fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ var list=db.Queryable<Test>()
.ThenInclude(z1 => z1.RoomList)
.Include(z1 => z1.Books)
.ExecuteCommand();
//delete by nav
db.DeleteNav<Student>(it=>it.Id==1)
.Include(z1 => z1.SchoolA)