Relative Content

Tag Archive for c#mongodbmongodb-querynosqlnosql-aggregation

How to use .Match() and .Lookup() methods in MongoDB C#

As a beginner in software, I am trying to learn MongoDb, but there is a subject I need help with:
I want to see the license plate codes of the neighboring cities and the names of the cities in the information of the city I have selected in my project. For this, I need to use the .Match() and .Lookup() methods as a result of some research. When I try these results, I keep getting syntax errors. I am not sure if the structure I have set up is correct. Thank you for your help.