DAChangeType
Overview
The DAChangeType enumeration specifies the kind of change (INSERT, UPDATEor DELETE) of the DADeltaChange instance.
Location
- Reference: DADelta.h
- Namespace: DataAbstract
| Value | Description |
|---|---|
| ctDelete | Specifies the DELETE change |
| ctInsert | Specifies the INSERT change |
| ctUpdate | Specifies the UPDATE change |