MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

So lesen Sie aus MongoDB

Scheint eine Aufrufkonvention zu sein:

new QueryDocument( "_id", new ObjectId("4B414D000000011613CD") )

aber das sollte auch funktionieren:

new BSONDocument { { "_id", "4B414D000000011613CD" } }