FireDAC.Comp.Client.TFDCustomCommand.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 TFDCustomCommand

Description

The set of options to control row fetching.

The FetchOptions property represents the set of properties controlling the fetching of cursor rows. These properties will inherit their values from the property FetchOptions of the connection object.

See Also