- 修复 DbContext/UnitOfWork EntityChangeReport 参数 BeforeObject 值无效的 bug;

This commit is contained in:
28810
2020-10-13 17:26:12 +08:00
parent 4473fc2be5
commit 682b5b35b8
4 changed files with 164 additions and 189 deletions

View File

@ -44,6 +44,8 @@ namespace dbcontext_01.Controllers
var song = new Song { Title = "empty" };
repos2Song.Insert(song);
song.Title = "empty01";
repos2Song.Update(song);
id = song.Id;
var adds = Enumerable.Range(0, 100)