<< Click to Display Table of Contents >> Navigation: MyUserData > Methods > RenameKey |
public Boolean RenameKey(String oldKey,String newKey)
Description:
Rename a key.
Parameter:
oldKey: The record's key that you want to rename.
newKey: The new key you want to set.
Return:
true: Delete successfully.
false: Delete unsuccessfully.