mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-06 16:12:27 +08:00
- 增加 IFreeSql.GlobalFilter 全局过滤器;
- 移除 TableAttribute.SelectFilter 功能;
This commit is contained in:
@ -56,7 +56,7 @@ namespace FreeSql
|
||||
EventHandler<Aop.SyncStructureAfterEventArgs> SyncStructureAfter { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Insert/Update自动值处理, e.Column.SetMapValue(
|
||||
/// Insert/Update自动值处理
|
||||
/// </summary>
|
||||
EventHandler<Aop.AuditValueEventArgs> AuditValue { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user