This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-22 02:32:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.DbContext
/
DbContext
History
28810
d7877924a5
- 调整 DbContext.EntityChangeInfo 类名为 DbContext.EntityChangeReport.ChangeInfo;
...
- 调整 IUnitOfWork 接口,移除 OnEntityChange 属性,增加 EntityChangeReport 属性;
2019-10-15 19:18:31 +08:00
..
DbContext.cs
- 调整 DbContext.EntityChangeInfo 类名为 DbContext.EntityChangeReport.ChangeInfo;
2019-10-15 19:18:31 +08:00
DbContextAsync.cs
- 增加 FreeSql.DbContext 实体对象的变化事件;
2019-10-12 01:02:42 +08:00
DbContextOptions.cs
- 调整 DbContext.EntityChangeInfo 类名为 DbContext.EntityChangeReport.ChangeInfo;
2019-10-15 19:18:31 +08:00
DbContextOptionsBuilder.cs
- 补充 使用 IsIgnore 忽略后,表达式再使用时的友好错误提示;
2019-08-13 17:17:38 +08:00
DbContextSync.cs
- 增加 FreeSql.DbContext 实体对象的变化事件;
2019-10-12 01:02:42 +08:00
FreeContext.cs
- 优化 DbContext/Repository 局部调整;
2019-08-13 19:13:48 +08:00