DormDB.remove

Returns a builder struct that can be used to perform a DELETE statement in the SQL database on the provided Model table.

  1. RemoveOperation!T remove()
    struct DormDB
    @safe return pure
    remove
    (
    T : Model
    )
    ()
  2. bool remove(T instance)
  3. bool remove(TPatch instance)

See Also

DormTransaction.remove

Meta