Questions tagged as 'mongodb-csharp'

0
answers

C # & MongoDb - How to make filter in child document?

I'm starting my adventures in MongoDB and I'm having a problem specifically with document filtering. The template for my application: public class MatrizCurricular { [BsonId] public ObjectId _id { get; set; } public string Cur...
asked by 03.03.2018 / 21:51
1
answer

Define a property within a BsonDocument

Save Galley! I'm working with C # MongoDB .Net Driver, and have something I'm not understanding in the queries, follow the example: var dataBase = mongoClient.GetDatabase(dbName); var transactionsColl = dataBase.GetCollection<Bso...
asked by 02.03.2016 / 18:25