mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Update demo
This commit is contained in:
@@ -372,9 +372,9 @@ namespace OrmTest
|
||||
}
|
||||
};
|
||||
|
||||
var options = new InsertNavOptions { ManyToManyIsUpdateB = true };
|
||||
var options = new InsertNavOptions { };
|
||||
|
||||
db.InsertNav(customer, options)
|
||||
db.InsertNav(customer)
|
||||
.Include(c => c.Orders)
|
||||
.ExecuteCommand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user