MongoResult (gb.mongodb)

This class represents a list of documents returned by a MongoDB database.

It works like a forward-only cursor.

Questa classe non è creabile.

Questa classe è enumerabile con la parola chiave FOR EACH.

Proprietà
Current   Return the current document, or NULL if there is no document anymore.

Metodi
MoveNext   Advance to the next document.