mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update mongodb
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MongoDb.Ado.data
|
||||
{
|
||||
public class UpdateManyHandler : IMongoOperationHandler
|
||||
{
|
||||
public string operation { get; set; }
|
||||
public int Handle(IMongoCollection<BsonDocument> collection, string json)
|
||||
{
|
||||
var documents = ParseJsonArray(json);
|
||||
|
Reference in New Issue
Block a user