File tree Expand file tree Collapse file tree
MongoDBConsoleApp/Solutions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88namespace MongoDBConsoleApp . Solutions
99{
10+ /// <summary>
11+ /// <a href="https://stackoverflow.com/questions/79786685/mongodb-net-updating-embedded-document-in-list-with-filters-based-on-parent-a/79786923#79786923">
12+ /// Question.
13+ /// </a>
14+ /// </summary>
1015 internal class Solution_090 : ISolution
1116 {
1217 public void Run ( IMongoClient _client )
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Written Solutions for StackOverflow questions.
9797| [ Solution_087] [ 164 ] | [ MongoDB - Count number of object in array] [ 165 ] |
9898| [ Solution_088] [ 166 ] | [ Backward Compatible Mongo fields using C# and .NET] [ 167 ] |
9999| [ Solution_089] [ 168 ] | [ How to Aggregate MongoDB Collections using C# Classes] [ 169 ] |
100-
100+ | [ Solution_090 ] [ 170 ] | [ MongoDB .NET - Updating embedded document in list with filters based on Parent and Child ] [ 171 ] |
101101
102102[ 1 ] : https://github.com/yongshun950824/MongoDBConsoleApp/blob/master/MongoDBConsoleApp/Solutions/Solution_001.cs
103103[ 2 ] : https://stackoverflow.com/questions/69079627/mongodb-net-driver-filter-builder-throwing-an-exception/69414324#69414324
@@ -347,3 +347,6 @@ Written Solutions for StackOverflow questions.
347347
348348[ 168 ] : https://github.com/yongshun950824/MongoDBConsoleApp/blob/master/MongoDBConsoleApp/Solutions/Solution_089.cs
349349[ 169 ] : https://stackoverflow.com/questions/77728716/how-to-aggregate-mongodb-collections-using-c-sharp-classes/77730452#77730452
350+
351+ [ 170 ] : https://github.com/yongshun950824/MongoDBConsoleApp/blob/master/MongoDBConsoleApp/Solutions/Solution_090.cs
352+ [ 171 ] : https://stackoverflow.com/questions/79786685/mongodb-net-updating-embedded-document-in-list-with-filters-based-on-parent-a/79786923#79786923
You can’t perform that action at this time.
0 commit comments