IIdSystemConfiguration.

UseCustomSystem(IIdSystemFactory) Method

Summary

configures db4o to use a custom ID system.

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