API:FireDAC.Comp.Client.TFDCommand.FetchOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

__property FetchOptions;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

The set of options to control row fetching.

FireDAC.Comp.Client.TFDCommand.FetchOptions inherits from FireDAC.Comp.Client.TFDCustomCommand.FetchOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.FetchOptions.

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