mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user