<< Click to Display Table of Contents >> Navigation: MyUserData > Methods > DeleteRecordByKey |
public Boolean DeleteRecordByKey(String originKey)
Description:
Delete a record by key,if not match the key,delete unsuccessfully.
Parameter:
originKey: The record's key that you want to delete.
Return:
true: Delete successfully.
false: Delete unsuccessfully.