-
Notifications
You must be signed in to change notification settings - Fork 37
Update Item in nested array #251
Copy link
Copy link
Open
Description
I am new to rethink and rethink.net driver and cannot find way to update item in nested array.
Test
-- []Question
--------[]Answer
I need to update 3rd level of nested element(answer) and only way I can do it for now is to read value update it and then call rethinkdb.net to replace document. Which is obviously not the best way.
I try some few ways and all of them completely valid c# (linq) but throw exp on conversion to ReQL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels