INameProvider.

Name(IObjectContainer) Method

Summary

Derives a name for the given Db4objects.Db4o.IObjectContainer . This method will be called when database startup has completed, i.e. the method will see a completely initialized Db4objects.Db4o.IObjectContainer . Any code invoked during the startup process (for example Db4objects.Db4o.Config.IConfigurationItem instances) will still see the default naming.

Syntax

string Name(IObjectContainer db)

Parameters

Name Type Description
db IObjectContainer

Return Value

Type Description
string