2
Answers

db.collection.find() execute query through c# in mongodb?

Hi,
 
How to execute mongodb shell commands  through c#.net,
i used eval but it supports for only db.collection.findOne(), count() commands.
 
Thanks... 
Answers (2)