MongoSchema.update

Updates a document.

  1. void update(Query!(typeof(this)) query, U update, UpdateFlags options)
  2. void update(T query, U update, UpdateFlags options)
    mixintemplate MongoSchema()
    static
    void
    update
    (
    T
    U
    )
    (,,
    UpdateFlags options = UpdateFlags.none
    )

Meta