DAChangeType
Overview
The DAChangeType enumeration specifies the kind of change (INSERT
, UPDATE
or 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 |