FireDAC.Comp.Client.TFDConnection.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateOptions: TFDUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

__property UpdateOptions;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

The set of default options to control data updating.

FireDAC.Comp.Client.TFDConnection.UpdateOptions inherits from FireDAC.Comp.Client.TFDCustomConnection.UpdateOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.UpdateOptions.

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