ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Adding a document into a collection Hide the details
True if the operation was performed,False if a problem occurred. ErrorInfo is used to identify the error.
Name of the mongoCollection variable that represents the collection in which the document will be added.
Document that will be added to the collection. This document can correspond to: a document in JSON format. In this case, this parameter corresponds to a character string. a document in BSON format. In this case, this parameter corresponds to a buffer. a variant.
Option for adding the document: mongoWithoutValidationUsed to add the document without checking the document structure.
Adding a list of documents into a collection Hide the details
Name of the mongoCollection variable that represents the collection in which the documents will be added.
Array of documents that will be added to the collection. These documents can correspond to: a document in JSON format. In this case, this parameter corresponds to a character string. a document in BSON format. In this case, this parameter corresponds to a buffer. a variant.
Options for adding documents: mongoContinueIfErrorUsed to add the next document even if the previous document triggered an error. mongoWithoutValidationUsed to add the document without checking the document structure.
Last update: 10/12/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: