Update mongodb

This commit is contained in:
sunkaixuan
2025-06-20 14:45:28 +08:00
parent 36457277d0
commit 0e1ed7670d
2 changed files with 9 additions and 1 deletions

View File

@@ -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;