mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update mongodb
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MongoDb.Ado.data
|
||||
{ "updatemany", new UpdateManyHandler() },
|
||||
{ "delete", new DeleteHandler() },
|
||||
{ "deletemany", new DeleteManyHandler() },
|
||||
{ "find", new FindHandler() }
|
||||
{ "find", new NonFindHandler() }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Text;
|
||||
|
||||
namespace MongoDb.Ado.data
|
||||
{
|
||||
public class FindHandler : IMongoOperationHandler
|
||||
public class NonFindHandler : IMongoOperationHandler
|
||||
{
|
||||
public int Handle(IMongoCollection<BsonDocument> collection, string json)
|
||||
{
|
||||
Reference in New Issue
Block a user