IObjectClass.

Rename(string) Method

Summary

renames a stored class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

void Rename(string newName)

Remarks

renames a stored class.

Use this method to refactor classes.

In client-server environment this setting should be used on both client and server.

This setting can NOT be applied to an open object container.

Parameters

Name Type Description
newName string the new fully qualified class name.

Return Value

Type Description
void