TDAChangeType
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Specifies the type of change.
File
uDAInterfaces
Declaration
TDAChangeType = (ctInsert, ctUpdate, ctDelete)
Values
| | |
|---|---|
| ctInsert | The change represents a new record to be inserted into the database. Old values will not be defined. |
| ctUpdate | The change represents a changed record that should be updated in the database. |
| ctDelete | The change represents a record that should be deleted from the database. New values will not be defined. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Enum | Delphi
