mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Synchronization code
This commit is contained in:
@@ -372,6 +372,10 @@ namespace SqlSugar
|
||||
}
|
||||
public ISugarQueryable<T> ClearFilter(params Type[] types)
|
||||
{
|
||||
if (types == null|| types.Length==0)
|
||||
{
|
||||
return this;
|
||||
}
|
||||
this.QueryBuilder.RemoveFilters = types;
|
||||
this.Filter(null, true);
|
||||
this.QueryBuilder.IsDisabledGobalFilter = false;
|
||||
|
Reference in New Issue
Block a user