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)
  3. void remove(T selector, DeleteFlags flags)
    mixintemplate MongoSchema()
    static
    void
    remove
    (
    T
    )
    (,
    DeleteFlags flags = DeleteFlags.none
    )

Meta