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