Delete Multiple Records
DataMgr now lets you delete multiple records at one time with the deleteRecords() method (thanks to John Whish).
Arguments
- tablename (required): The name of the table on which you want to update records.
- data (required): A structure of fields defining the records that you want to delete (see Get Records).