bool
update (
 
c
, 
Mongo.select
(
'value
)
 
select
, 
Mongo.update
(
'value
)
 
update)
Update a value in a collection.Example: update(c, select, update)The select and update parameters should be built by the MongoSelectand MongoUpdate modules and cast to the type of the collection.
Doing it this way allows a run-time type check to be performed on
the
select and update values. Suitability for either select or update
is also enforced.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.