mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-21 21:40:58 +08:00
update
2
过滤器.md
2
过滤器.md
@@ -26,6 +26,8 @@ fsql.Select<TestAddEnum>().DisableGlobalFilter().ToList(); //禁用所有
|
||||
|
||||
fsql.Update/Delete 方法效果同上。
|
||||
|
||||
提示:全局过滤器支持子查询,请注意死循环案例 Stack overflow https://github.com/2881099/FreeSql.Wiki.VuePress/issues/10
|
||||
|
||||
# 仓储过滤器
|
||||
|
||||
> 注意:仓储过滤器属于早期功能,如果 fsql.GlobalFilter 够用的话,可以跳过以下内容。
|
||||
|
||||
Reference in New Issue
Block a user