mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 IUpdate.WhereCaseSource 方法,实现批量修改时的条件判断;
- 增加 FreeSql.DbContext 行级锁;
This commit is contained in:
8
FreeSql.DbContext/DataAnnotations/VersionAttribute.cs
Normal file
8
FreeSql.DbContext/DataAnnotations/VersionAttribute.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace FreeSql {
|
||||
public class VersionAttribute : Attribute {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user