Mongo driver throws System.Reflection.TargetException in find query

后端 未结 0 516
滥情空心
滥情空心 2020-11-21 10:11

I have a strange situation in which I have the following query:

var exists = await _collection
    .Find(f => f.Param1 == param1 && f.Param2 == par         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题