MongoCollection.update

Performs an update operation on documents matching 'selector', updating them with 'update'.

struct MongoCollection
deprecated
void
update
(
T
U
)
(,,
UpdateFlags flags = UpdateFlags.None
)

Throws

Exception if a DB communication error occurred.

See Also

Meta