How to get raw document through NoRM driver of MongoDB or any other way?
Like i run command on shell
db.test.find({id:"235272479242"})
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The NoRM equivalent to fetch a single document by Id would be:
Note that NoRM hasn’t been updated in several years now and is no longer supported by the original developer.
It would be worth looking into the 10gen-supported MongoDB C# / .NET driver which is actively maintained and supports the newest MongoDB server features.