Summary
Configures the environment (set of services) used by db4o.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config
graph BT
Type["IEnvironmentConfiguration"]
class Type type-node
Syntax
public interface IEnvironmentConfiguration
Remarks
Configures the environment (set of services) used by db4o.
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Contributes a service to the db4o environment.
|
See Also
- Db4objects.Db4o.Foundation.IEnvironment
- Db4objects.Db4o.Foundation.Environments.My(System.Type
)