IClientServerConfiguration.

PrefetchObjectCount(int) Method

Summary

Sets the number of objects to be prefetched for an ObjectSet.

Syntax

void PrefetchObjectCount(int prefetchObjectCount)

Remarks

Sets the number of objects to be prefetched for an ObjectSet. This setting should be used on the server side.

Parameters

Name Type Description
prefetchObjectCount int The number of objects to be prefetched

Return Value

Type Description
void