Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

_MongoCollection.Add (gb.mongodb)

Sub Add ( Id As String, Document As Collection [ , Options As Collection ] )

Insert a new document into the collection.

  • Id : The document identifier, stored as the _id field.

  • Document : The document to insert.

  • Options : Options to the insertion command. See the MongoDB documentation for more details.