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

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

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

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