I have some GUIDs stored in my collection in MongoDb. The problem is that I cannot query for them using simple
Query.EQ("GuidField", Guid)
They are stored OK but I cannot search for them. How should I query then?
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.
Hmm, try to debug following example to see that it is works:
Item class: