TDAUpdateMode
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Defines how rows for UPDATEs and DELETEs will be located.
File
uDABusinessProcessor
Declaration
TDAUpdateMode = (updWhereKeyOnly, updWhereAll, updWhereKeyAndUserDefined, updWhereUserDefined)
Values
| | |
|---|---|
| updWhereKeyOnly | Only the fields from the primary key (PK) of the data table will be used to locate records for UPDATEs and DELETEs. |
| updWhereAll | All fields defined for the data table will be used to locate records for UPDATEs and DELETEs. |
| updWhereKeyAndUserDefined | The fields from the primary key (PK) of the data table plus those listed in the business processor's UserUpdateFields property will be used to locate records for UPDATEs and DELETEs. |
| updWhereUserDefined | Only the fields listed in the business processor's UserUpdateFields property will be used to locate records for UPDATEs and DELETEs. |
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
