C# MongoDB Referencing a document instead of including it
I’d like to save these classes in two separate collections, with the Categories
property containing just a link to the corresponding entry in the category collection.
I’d like to save these classes in two separate collections, with the Categories
property containing just a link to the corresponding entry in the category collection.