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

renames this stored class.

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

renames this stored class.

After renaming one or multiple classes the ObjectContainer has to be closed and reopened to allow internal caches to be refreshed.

.NET: As the name you should provide [Classname, Assemblyname]