API:FireDAC.Comp.Client.TFDManager.UpdateOptions
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDManager | |
Delphi
property UpdateOptions;
C++
__property UpdateOptions;
Description
The "root" data updating options.
FireDAC.Comp.Client.TFDManager.UpdateOptions inherits from FireDAC.Comp.Client.TFDCustomManager.UpdateOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.UpdateOptions.
The "root" data updating options.
The UpdateOptions property returns the reference to the "root" instance of the data updating options. These options control how FireDAC posts data changes back to a DB.
The option values are inherited by all TFDCustomConnections and, consequently, by all TFDCustomTableAdapters and datasets in the application.
See Setting Options for more information on working with options.