AnyDAC
ContentsIndexHome
PreviousUpNext
TADUpdateOptions.UpdateMode Property

Controls how the AnyDAC locates records when posting updates.

Group
Links

Use UpdateMode property to specify the criteria for locating a record in the database when posting updates. The default value is upWhereKeyOnly. 

UpdateMode specifies whether records are located using all columns (fields), on only the key fields, or on the key fields plus the original values of fields that have been modified. To control how AnyDAC locates records by specifying individual fields, use the field components' ProviderFlags property.

property UpdateMode: TUpdateMode;
What do you think about this topic? Send feedback!