有没有办法将shell查询语法中表达的查询提交给mongo c#驱动程序
例如,像
Coll.find { "myrecs","$query : { x : 3, y : "abc" }, $orderby : { x : 1 } } ");
以shell指南为例
c# mongodb mongodb-.net-driver
c# ×1
mongodb ×1
mongodb-.net-driver ×1