Relative Content

Tag Archive for c#ravendbbulkupdate

Patching RavenDb documents using a Dictionary

I’m trying to patch a single / multiple documents (identified by their id) with that I receive in a Dictionary<string, object>. The key of the dictionary is the path to the document property to update, and it may even be a subpath.