DAChangeType

Overview

The DAChangeType enumeration specifies the kind of change (INSERT, UPDATEor DELETE) of the DADeltaChange instance.

Location

Value Description
ctDelete Specifies the DELETE change
ctInsert Specifies the INSERT change
ctUpdate Specifies the UPDATE change