mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MongoDb.Ado.data
|
||||
public interface IQueryHandlerAsync
|
||||
{
|
||||
CancellationToken token { get; set; }
|
||||
HandlerContext Context { get; set; }
|
||||
|
||||
Task<DbDataReader> HandlerAsync(IMongoCollection<BsonDocument> collection, BsonValue doc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user