DELETE, DELETEALL

bool DELETE(bool runTrigger = true, 
  bool scriptHandleException = false);

example:
Customer:DELETE();

Use this function to delete a record.

bool DELETEALL(bool runTrigger = true, 
  bool scriptHandleException = false);

example:
Customer:DELETEALL();

Use this function to delete all records within the recordset.