MongoSchema.remove

Removes this object from the collection. Returns false when _id of this is not set.

  1. bool remove()
    mixintemplate MongoSchema()
    @trusted const
    bool
    remove
    ()
  2. void remove(Query!(typeof(this)) query, DeleteFlags flags)
  3. void remove(T selector, DeleteFlags flags)

Meta