Update one or multiple documents in MongoDB collection
returns the number of documents updated in a collection using the MongoDB® connection. Use MongoDB queries to find and update documents.n
= update(conn
,collection
,findquery
,updatequery
)