Summary
Sets the number of objects to be prefetched for an ObjectSet.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
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 |