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