Summary
A provider for custom database names.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Implementing Types
							graph BT
	Type["INameProvider"]
class Type type-node
	Implementing0["SimpleNameProvider"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/SimpleNameProvider"
						
					Syntax
public interface INameProviderRemarks
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 initializedDb4objects.Db4o.IObjectContainer.
    Any code invoked during the startup process (for exampleDb4objects.Db4o.Config.IConfigurationIteminstances) will still
    see the default naming. |