MongoDB C# Driver: Nested Lookups – How do I "join" nested relations?
I have 3 MongoDB collections that are related to each other: Company Store: a Company can have multiple Stores Product: a Store can have multiple Products Company { "_id": { "$oid": "1388445c0000000000000001" }, "name": "Company A", "stores": [ { "$oid":…