Summary
modifies the name of this stored field.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Containing Type
- IStoredField
Syntax
void Rename(string name)Remarks
    modifies the name of this stored field.
    
After renaming one or multiple fields the ObjectContainer has to be closed and reopened to allow internal caches to be refreshed.
    
	After renaming one or multiple fields the ObjectContainer has to be closed and reopened to allow internal caches to be refreshed.
Parameters
| Name | Type | Description | 
|---|---|---|
| name | string | the new name | 
Return Value
| Type | Description | 
|---|---|
| void |