IClientServerConfiguration.

PrefetchIDCount(int) Method

Summary

Sets the number of IDs to be pre-allocated in the database for new objects created on the client.

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