API:FireDAC.Comp.Client.TFDCommand.FetchOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property FetchOptions;

C++

__property FetchOptions;

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