MongoResult.Current (gb.mongodb)

Property Read Current As Collection

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

Beware that the initial current document is always NULL. You must call the MoveNext method at least once to check if there is any document to retrieve or not.