TDAUpdateMode

From RemObjects Software

Jump to: navigation, search

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

Value
Description
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)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools