Summary
configures db4o to use a custom ID system.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Id System Configuration
Syntax
void UseCustomSystem(IIdSystemFactory factory)
Remarks
configures db4o to use a custom ID system.
Pass an
Db4objects.Db4o.Config.IIdSystemFactory
that creates the IdSystem.
Note that this factory has to be configured every time you
open a database that you configured to use a custom IdSystem.
Parameters
Name | Type | Description |
---|---|---|
factory | IIdSystemFactory |
Return Value
Type | Description |
---|---|
void |