Icon TUpdateType

Unit: dbisamtb

TUpdateType = (utInsert,utUpdate,utDelete)

This type is used to indicate the type of cached update that is being applied when an error occurs during the execution of the ApplyCachedUpdates method and an OnCachedUpdateError event is triggered.

ElementDescription
utDeleteIndicates that the current operation is a deletion.
utInsertIndicates that the current operation is an insertion.
utUpdateIndicates that the current operation is an update.
Image