MongoSchema.remove

Deletes one or any amount of documents matching the selector based on the flags.

  1. bool remove()
  2. void remove(Query!(typeof(this)) query, DeleteFlags flags)
    mixintemplate MongoSchema()
    static
    void
    remove
    (
    Query!(typeof(this)) query
    ,
    DeleteFlags flags = DeleteFlags.none
    )
  3. void remove(T selector, DeleteFlags flags)

Meta