mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update mongodb
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MongoDb.Ado.data
|
||||
{
|
||||
public class UpdateHandlerAsync : IMongoOperationHandlerAsync
|
||||
{
|
||||
public string operation { get; set; }
|
||||
public async Task<int> HandleAsync(IMongoCollection<BsonDocument> collection, string json)
|
||||
{
|
||||
var doc = BsonDocument.Parse(json);
|
||||
|
Reference in New Issue
Block a user