mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 修复 DbContext/UnitOfWork EntityChangeReport 参数 BeforeObject 值无效的 bug;
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user