How can I delete nested array element in a mongodb document with the c# driver

前端 未结 6 1741
没有蜡笔的小新
没有蜡笔的小新 2021-02-14 08:21

I am new in the MongoDB world and now I am struggling of how can I delete, update element in a nested array field of a document. Here is my sample document:

{
           


        
6条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-14 08:34

    I was also facing the same problem and then finally after doing lot of R&D, I came to know that, you have to use PullFilter instead of Pull when you want to delete using filter.

提交回复
热议问题