如何使用C#驅動程序將BsonArray添加到MongoDB中的BsonDocument?我想結果是這樣的在MongoDB中添加BSON數組到BsonDocument
{
author: 'joe',
title : 'Yet another blog post',
text : 'Here is the text...',
tags : [ 'example', 'joe' ],
comments : [ { author: 'jim', comment: 'I disagree' },
{ author: 'nancy', comment: 'Good post' }
]
}
你能否澄清一下你的問題。你想做什麼?創建上述文件thorugh BsonDocument?或者您試圖向現有作者添加評論? Mb你的節目代碼.. – 2011-06-07 06:28:38