FireDAC.Comp.Client.TFDCustomManager.FetchOptions
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomManager |
Delphi
property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;
C++
__property Firedac::Stan::Option::TFDFetchOptions* FetchOptions = {read=GetFetchOptions, write=SetFetchOptions};
Description
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.