Update demo

This commit is contained in:
sunkaixuan
2025-12-12 17:44:23 +08:00
parent 6e73045cf7
commit 1c8e09156f

View File

@@ -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();