- 增加 Repository/DbContext SaveMany 方法实现一对多,子数据的完整保存;

- 调整 SaveManyToMany 方法名为 SaveMany;
This commit is contained in:
28810
2019-11-21 16:42:20 +08:00
parent b5629b13a6
commit 04107d3d24
15 changed files with 150 additions and 109 deletions

View File

@ -6,7 +6,7 @@
### v0.6.5
- 修复 Repository 级保存的 bug
- 修复 Repository 级保存的 bug
- 添加工作单元开启方法;
- 适配 .net framework 4.5、netstandard 2.0
@ -192,7 +192,7 @@ fsql.GetGuidRepository<User>().Select.FromRepository(logRepository)
- 修复 AddOrUpdate/InsertOrUpdate 当主键无值时,仍然查询了一次数据库;
- 增加 查询数据时 TrackToList 对导航集合的状态跟踪;
- 完善 AddOrUpdateNavigateList 级保存,忽略标记 IsIgnore 的集合属性;
- 完善 AddOrUpdateNavigateList 级保存,忽略标记 IsIgnore 的集合属性;
- 完成 IFreeSql.Include、IncludeMany 功能;
### v0.5.12