mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update Mongodb
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user