How set timeout to find operation to Mongo in C#
I use nuget MongoDB.Driver Version=2.17.1
.
Mongo DB update nested array element
I am working on a update function for a nested array, I want to update the option inside the options array in the elements array. Updating a element was fine using the positional operator but how can this be done if I also need another one for the option. It should match the option.Id