mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 AND OR 简写的表达式解析;
This commit is contained in:
@ -600,6 +600,8 @@ namespace base_entity
|
||||
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
|
||||
#endregion
|
||||
|
||||
var tqq01 = fsql.Select<User1>().Where(a => a.IsDeleted || a.IsDeleted || a.IsDeleted).ToSql();
|
||||
|
||||
fsql.GlobalFilter.Apply<User1>("test01", a => a.IsDeleted == false);
|
||||
|
||||
var updatejoin031sql = fsql.Update<User1>()
|
||||
|
Reference in New Issue
Block a user