FireDAC.Comp.Client.TFDCustomConnection.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property UpdateOptions: TFDUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

__property Firedac::Stan::Option::TFDUpdateOptions* UpdateOptions = {read=GetUpdateOptions, write=SetUpdateOptions};

Description

The set of default options to control data updating.

The UpdateOptions property is the set of the default properties that control the data updating by the datasets. These properties will be inherited by the datasets associated with this connection. Also, these properties will inherit their value from the FDManager object's UpdateOptions.

See Also