Scheint eine Aufrufkonvention zu sein:
new QueryDocument( "_id", new ObjectId("4B414D000000011613CD") )
aber das sollte auch funktionieren:
new BSONDocument { { "_id", "4B414D000000011613CD" } }
Scheint eine Aufrufkonvention zu sein:
new QueryDocument( "_id", new ObjectId("4B414D000000011613CD") )
aber das sollte auch funktionieren:
new BSONDocument { { "_id", "4B414D000000011613CD" } }