Update Mongodb

This commit is contained in:
sunkaixuan
2025-05-04 18:39:11 +08:00
parent 5bc23c8d0f
commit 411e186788
18 changed files with 83 additions and 77 deletions

View File

@@ -8,6 +8,7 @@ namespace MongoDb.Ado.data
{
public class UpdateHandler : IMongoOperationHandler
{
public HandlerContext context { get; set; }
public string operation { get; set; }
public int Handle(IMongoCollection<BsonDocument> collection, string json)
{