MongoCollection.updateOne

Updates at most single document within the collection based on the filter.

struct MongoCollection
@safe
UpdateResult
updateOne
(
T
U
)
(,,
UpdateOptions options = UpdateOptions.init
)

See Also

Meta