MongoSchema.update

Updates a document.

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

Meta