[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

modifies the name of this stored field.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub Rename ( _
	name As String _
)
C#
void Rename (
	string name
)
Visual C++
void Rename (
	String^ name
)

Parameters

name
System.String
the new 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.