RemoveOperation.bulk

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

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

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