Table.bulkDelete()
Since v1.3.6
Syntax
db.table.bulkDelete(keys)
Parameters
| keys | Array of primary keys of the objects to delete |
Return Value
Remarks
Deletes given keys and returns a Promise that resolves when keys are deleted.
db.table.bulkDelete(keys)
| keys | Array of primary keys of the objects to delete |
© 2014-2025 Awarica AB
Made with love for great people.
Read Terms & Conditions and Privacy Policy.