DMLCacheFlags property

Applies to
TIB_Dataset

Declaration
Property DMLCacheFlags : TIB_DMLCacheFlagsSet;

Description
This property controls how a dataset interacts with the DML cache of its transaction in order to synchronize changes between datasets automatically.

It is possible to override the default behavior by using the OnDMLCacheAnnounceItem and OnDMLReceiveItem events. Otherwise, the KeyLinks columns and values are used by default.