xdb.ResetData
Description
This function can be used to delete a key/value pair within the persistent database.
Signature
bool xdb.ResetData (string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | key of the value |
Return
Type | Description |
---|---|
bool | true on success, false otherwise |