mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-07 09:54:57 +08:00
Update demo
This commit is contained in:
@@ -101,8 +101,8 @@ namespace OrmTest
|
||||
|
||||
db.DeleteNav<OperatorInfo>(x=>x.id== list4.First().id)
|
||||
.Include(x => x.Roles,new DeleteNavOptions() {
|
||||
ManyToMayIsDeleteA=true,
|
||||
ManyToMayIsDeleteB=true
|
||||
ManyToManyIsDeleteA=true,
|
||||
ManyToManyIsDeleteB=true
|
||||
})
|
||||
.ExecuteCommand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user