- 调整 增加支持 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

@ -38,7 +38,7 @@ namespace FreeSql.Sqlite.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -81,7 +81,7 @@ namespace FreeSql.Sqlite.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{