FireDAC.Comp.Client.TFDCustomConnection.FetchOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

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

Description

The set of default options to control row fetching.

The FetchOptions property is the set of default properties that control the fetching of cursor rows. These properties will be inherited by commands and datasets associated with this connection. Also, these properties will inherit their value from FDManager object's FetchOptions.

See Also