RemoveOperation.single

Deletes the passed-in value by limiting the delete operation to the primary key of this instance.

  1. bool single(T value)
    struct RemoveOperation(T : Model)
    @safe scope @safe
    bool
    single
    ()
  2. bool single(P patch)

Return Value

Type: bool

true if anything was deleted, false otherwise.

Meta