- 调整 增加支持 OneToOne 级联保存,EnableAddOrUpdateNavigateList 改名为 EnableAddOrUpdateNavigate;

This commit is contained in:
2881099
2022-05-04 15:49:05 +08:00
parent c9fa4d8983
commit b0ac5a8739
38 changed files with 190 additions and 198 deletions

View File

@ -50,7 +50,7 @@ namespace FreeSql.MySql.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -101,7 +101,7 @@ namespace FreeSql.MySql.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{