mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 完善 DbContext/UnitOfWork EntityChange 更新对象之前的值;
This commit is contained in:
@ -243,6 +243,10 @@ namespace FreeSql
|
||||
public class ChangeInfo
|
||||
{
|
||||
public object Object { get; set; }
|
||||
/// <summary>
|
||||
/// Type = Update 的时候,获取更新之前的对象
|
||||
/// </summary>
|
||||
public object BeforeObject { get; set; }
|
||||
public EntityChangeType Type { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user