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