- 增加 DbSet/Repository DeleteCascade 级联删除功能;#609

This commit is contained in:
2881099
2022-05-04 14:54:29 +08:00
parent 88d7985d92
commit c9fa4d8983
12 changed files with 470 additions and 130 deletions

View File

@ -56,7 +56,7 @@ namespace FreeSql.SqlServer.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -113,7 +113,7 @@ namespace FreeSql.SqlServer.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{