PreviousNext
Help > Easycom .NET > Easycom namespace > EasycomFile > EasycomFile.SetFetchMode Method
EasycomFile.SetFetchMode Method

 Chooses a fetch mode depending on the EasycomFile object usage needed.

 

Class EasycomFile

 

Syntax

public void EasycomFile.SetFetchMode(fetchMode mode)

 

Description

 

This function chooses a fetch mode. Possible values for mode are:

Locked: each fetch is locked. This fetches records only one by one, but always locked. This allows safe multiple updates.

Unlocked: standard native fetches. Limited cache size for optimum native access (key searches, …)

SequentialUnlocked (default): Unlocked, but with large cache size. Optimized for Forward-only fetches.