TDAChangeType
Overview
The TDAChangeType enumeration designates kind of changes contained in the TDADeltaChange instance.
Location
- Unit: uDACore.pas
| Value | Description |
|---|---|
| ctDelete | Current TDADeltaChange instance represents DELETE data operation |
| ctInsert | Current TDADeltaChange instance represents INSERT data operation |
| ctUpdate | Current TDADeltaChange instance represents UPDATE data operation |