mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 完善 DbContext/UnitOfWork EntityChange 更新对象之前的值;
This commit is contained in:
@ -213,7 +213,7 @@ uow.OnEntityChange = report => {
|
||||
参数 report 是一个 List 集合,集合元素的类型定义如下:
|
||||
|
||||
```csharp
|
||||
public class EntityChangeInfo
|
||||
public class ChangeInfo
|
||||
{
|
||||
public object Object { get; set; }
|
||||
public EntityChangeType Type { get; set; }
|
||||
|
Reference in New Issue
Block a user