Posts by Jesse Pereira • 41 points
1 post
-
4
votes1
answer329
viewsQ: How to filter an array within a Collection in MONGODB - C#
I have the Collection PESSOA with a list of Languages as below: { "_id" : ObjectId("576be476ab76191bec2ff38c"), "Nome" : "Nome um", "Idiomas" : [ { "idioma" : "pt-BR", "descricao" : "Brasil" }, {…