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

Delphi

property FetchOptions;

C++

__property FetchOptions;

Description

The set of default options to control row fetching.

FireDAC.Comp.Client.TFDConnection.FetchOptions inherits from FireDAC.Comp.Client.TFDCustomConnection.FetchOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.FetchOptions.

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