modifies the name of this stored field.
[Visual Basic] Sub rename( _ ByVal name As String _ ) [C#] void rename( string name ); [C++] void rename( String* name ); [JScript] function rename( String name );
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.
StoredField Interface | com.db4o.ext Namespace