Summary
Sets the number of IDs to be pre-allocated in the database for new
objects created on the client.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void PrefetchIDCount(int prefetchIDCount)
Remarks
Sets the number of IDs to be pre-allocated in the database for new
objects created on the client.
This setting should be used on the client side. In embedded mode this setting
has no effect.
Parameters
Name | Type | Description |
---|---|---|
prefetchIDCount | int | The number of IDs to be prefetched |
Return Value
Type | Description |
---|---|
void |