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

@@ -6,6 +6,8 @@ namespace MongoDb.Ado.data
{
public interface IQueryHandler
{
HandlerContext Context { get; set; }
DbDataReader Handler(IMongoCollection<BsonDocument> collection, BsonValue doc);
}
}