DEV Community

Aman Agrawal for LoginRadius

Posted on • Originally published at loginradius.com on

GUID Query Through Mongo Shell

If you have stored a GUID through the C# driver to mongoDB and now you want to run a query by GUID, you can't query directly because mongoDB doesn't recognize GUID so when we query through mongo shell no result will be returned. To use the power of mongo shell for querying data…

Read On

Top comments (0)