RemoveOperation.all

Deletes all entries in this model.

struct RemoveOperation(T : Model)
@safe scope @trusted
ulong
all
()

Return Value

Type: ulong

DB-returned number of how many rows have been touched. May also include foreign rows deleted by referential actions and other things.

Meta