Update mongodb

This commit is contained in:
sunkaixuan
2025-07-11 17:35:57 +08:00
parent ce87e40d41
commit 14751c5003
13 changed files with 33 additions and 16 deletions

View File

@@ -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);
}