Summary
renames a field of a stored class.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IObjectField
Syntax
void Rename(string newName)
Remarks
renames a field of a stored class.
Use this method to refactor classes.
In client-server environment this setting should be used on both client and server.
This setting can NOT be applied to an open object container.
Use this method to refactor classes.
In client-server environment this setting should be used on both client and server.
This setting can NOT be applied to an open object container.
Parameters
Name | Type | Description |
---|---|---|
newName | string | the new field name. |
Return Value
Type | Description |
---|---|
void |