ChangeType
Overview
The ChangeType enumeration designates kind of changes contained in the DeltaChange instance.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
| Value | Description |
|---|---|
| Delete | Current DeltaChange instance represents DELETE data operation |
| Insert | Current DeltaChange instance represents INSERT data operation |
| Update | Current DeltaChange instance represents UPDATE data operation |