FireDAC.Comp.Client.TFDCustomManager.FetchOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

__property Firedac::Stan::Option::TFDFetchOptions* FetchOptions = {read=GetFetchOptions, write=SetFetchOptions};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

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.

See Also