Update mongodb

This commit is contained in:
sunkaixuan
2025-05-02 15:50:20 +08:00
parent 13d2c81fa5
commit dc0e1af9f8
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ namespace MongoDb.Ado.data
{
public class QueryFindHandler : IQueryHandler
{
public DbDataReader Find(IMongoCollection<BsonDocument> collection, BsonValue doc)
public DbDataReader Handler(IMongoCollection<BsonDocument> collection, BsonValue doc)
{
BsonDocument filter;
BsonDocument projection = null;