Update .net core project

This commit is contained in:
sunkaixuan
2022-06-25 23:39:57 +08:00
parent ad73633b88
commit 0caf0ed93f
6 changed files with 142 additions and 1 deletions

View File

@@ -151,5 +151,14 @@ namespace SqlSugar
{
return default(int);
}
public Subqueryable<T> WithNoLock()
{
return this;
}
public Subqueryable<T> EnableTableFilter()
{
return this;
}
}
}