Summary
A provider for custom database names.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Implementing Types
Syntax
public interface INameProvider
Remarks
A provider for custom database names.
Methods
Name | Value | Summary |
---|---|---|
Name |
string |
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.
|