Delete

The delete operation deletes a row from a data grid table.

Before calling the delete method, your program must first create a row object and set a value in all columns of the primary key. The value of the key is unique.

If the table contains a row with that key value, then the delete operation deletes that row from the table.

If the table does not contain a row with that key value, then the method returns without changing the table.