mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update mongodb
This commit is contained in:
@@ -12,6 +12,10 @@ namespace SqlSugar.MongoDb
|
||||
{
|
||||
return GetCount(); ;
|
||||
}
|
||||
public override Task<int> CountAsync()
|
||||
{
|
||||
return GetCountAsync();
|
||||
}
|
||||
public override ISugarQueryable<T> With(string withString)
|
||||
{
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user