Method RenameKey
RenameKey(long, string)
Rename the key value for the provided id if it exists.
Declaration
public void RenameKey(long id, string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| long | id | |
| string | newValue |
RenameKey(string, string)
Rename the key value if it exists.
Declaration
public void RenameKey(string oldValue, string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | oldValue | |
| string | newValue |