IEnvironmentConfiguration Interface

Summary

Configures the environment (set of services) used by db4o.
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(Object) void
Contributes a service to the db4o environment.

See Also

  • Db4objects.Db4o.Foundation.IEnvironment
  • Db4objects.Db4o.Foundation.Environments.My(System.Type)