我需要從特定點的集合中獲取文檔 - 有沒有這樣做的方法,還是需要將值附加到文檔結構中?更具體地講,我需要根據隨機數......像這樣的文件...獲取特定偏移量的BsonDocument
Random rand = new Random();
int randNumber = rand.Next(1, (int)bsonCollection.Count());
var document = bsonCollection.findDocumentAt(randNumber);
// the function I'm after^or equivilient
我編輯了自己的冠軍。請參閱:「[應該在其標題中包含」標籤「](http://meta.stackexchange.com/questions/19190/)」,其中的共識是「不,他們不應該」。 – 2014-12-01 22:46:20
好吧,我不知道 - 謝謝你的提醒:) – 2014-12-02 10:34:00