_MongoCollection[…] = … (gb.mongodb)

Dim hMongoCollection As _MongoCollection
Dim hCollection As Collection
hMongoCollection [ Id As String ] = hCollection

Update a document specified by its Id identifier.

Storing a NULL document removes it from the database.