Mongodb join String Id with ObjectId in aggregate lookup
Answers
Brian
2376
Points
13
Posts
|
Try following by using $toObjectId aggregation from mongodb 4.0 which converts String id to ObjectId:
Posted On:
13-Sep-2020 22:27
|
Smith
2890
Points
78
Posts
|
Use following code in mongodb driver in c#
Posted On:
17-Sep-2020 04:12
Thanks. - edx 17-Sep-2020 09:45
|
Blog
Active User (0)
No Active User!