_MongoCollection.Add (gb.mongodb)
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.