Tim
unread,Oct 12, 2012, 4:14:44 AM10/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-csharp
I apologize if this has been answered already.
What is the best way to update a document inner property dynamically
using the C# Linq driver, without saving the entire document? I'm
using a repository pattern, and would like to create a generic
repository method, where I pass in the collection type, property, and
value. This would be very useful for updating status properties, etc,
so I don't have to update the entire document after it's already
created.
Thank you for the help,
Tim