허당 레몬도리
C# Mongodb 배열 값 수정하기
가. 언어유형/C# 2018. 11. 16. 18:19

{ "_id" : ObjectId("5bee629dee0fc9d332b2107b"), "no" : NumberLong(30001), "name" : "레몬과일가게", "products" : [ { "id" : NumberLong(50001), "name" : "레몬", "price" : NumberInt(4), }, { "id" : NumberLong(50002), "name" : "사과", "price" : NumberInt(12), }, { "id" : NumberLong(50003), "name" : "파인애플", "price" : NumberInt(3), }, { "id" : NumberLong(50004), "name" : "귤", "price" : NumberInt(3), } ]} mongod..