mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Upddate mongodb
This commit is contained in:
@@ -5,11 +5,13 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Threading;
|
||||
|
||||
namespace MongoDb.Ado.data
|
||||
{
|
||||
public class UpdateManyHandlerAsync : IMongoOperationHandlerAsync
|
||||
{
|
||||
public CancellationToken token { get; set; }
|
||||
public string operation { get; set; }
|
||||
public async Task<int> HandleAsync(IMongoCollection<BsonDocument> collection, string json)
|
||||
{
|
||||
|
Reference in New Issue
Block a user