Reputation: 54543
According to the documentation, the MongoDB can be queried by creating Query object using the MongoDB driver for .Net, is there any alternative to query the MongoDB using the MongoDB query string?
I want to generate the MongoDB query string in JavaScript and pass it down to the MongoDB driver without creating a Query objects.
Thanks!
Upvotes: 2
Views: 308