EPUB | CHM | PDF

TPSQLDataset.Properties.UpdateMode

Top Previous Next

Determines how PostgreSQL finds records when updating to an SQL database.

Syntax:

property UpdateMode: TUpdateMode;

Description:

Use UpdateMode to specify the criteria to use when locating a record in the dataset. UpdateMode specifies whether modified records are located based on all columns (fields), on only the key fields, or on the key fields plus the original values of fields that have been modified.