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