Answer the question
In order to leave comments, you need to log in
How to make an arbitrary request to mongodb in c#?
Please tell me if it is possible to directly execute queries in mongoDb from .net, i.e. for example, do not write code:
var database = client.GetDatabase("test");
var collection = database.GetCollection("users");
How about just passing the query to db.users.find() ?
Answer the question
In order to leave comments, you need to log in
docs.mongodb.org/ecosystem/drivers/csharp - Already the official website of the MongoDb project. with documentation and examples. Didn't fit?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question