IStoredClass.

Rename(string) Method

Summary

renames this stored class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IStoredClass

Syntax

void Rename(string 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]

Parameters

Name Type Description
name string the new name

Return Value

Type Description
void