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

renames a stored class.

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

Syntax

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

Parameters

newName
System.String
the new fully qualified classname.

Remarks

renames a stored class.

Use this method to refactor classes.

Examples: ../com/db4o/samples/rename.