Store.delete()
Signature
void delete (String url, String containerName, Object deleteObject)
Description
Removes the given item from the specified container(i.e. Table in AS3). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container and then perform delete operation.
Parameters
Name | Type | Description |
url | String | Url of the Store |
containerName | String | Name of the Container(i.e. Table in AS3) from where the item is deleted |
deleteObject | Object | Item object (with key) to remove from the container |