v3.2.683-preview20221025 - 扩展 UseMessagePackMap

This commit is contained in:
2881099
2022-10-25 18:47:46 +08:00
parent 674d7421b3
commit 1dae5b9573
35 changed files with 156 additions and 30 deletions

View File

@ -95,6 +95,7 @@ namespace FreeSql
var localAffrows = 0;
try
{
rootRepository.DbContextOptions.EnableCascadeSave = false;
return LocalInsert(rootRepository, rootEntitys, true);
}
finally