deleteAll

Deletes all the entity records found in the database in a transaction safe matter and returns the number of records removed

Returns

  • This function returns numeric

Arguments

Examples

ormService.deleteAll("Tags");

Last updated