mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update .net core project
This commit is contained in:
@@ -151,5 +151,14 @@ namespace SqlSugar
|
||||
{
|
||||
return default(int);
|
||||
}
|
||||
|
||||
public Subqueryable<T> WithNoLock()
|
||||
{
|
||||
return this;
|
||||
}
|
||||
public Subqueryable<T> EnableTableFilter()
|
||||
{
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user