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

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