我有下面的類如何查詢字典上的MongoDB
public class Group {
[BsonId]
public ObjectID _id {get; set;}
[BsonElement("Me")]
public Members Dictionary<ObjectId, UserGroupProperties> Members {get; set;}
}
如何查詢議員的財產? Memebres.ObjectId == objectid在哪裏? 謝謝!
感謝。我已經將它發佈到MongoDB用戶組中。將會發展它。 http://groups.google.com/group/mongodb-user/browse_frm/thread/f21dba79a93643af – elranu