API:FireDAC.Comp.Client.TFDAdaptedDataSet.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 public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

Description

Represents the set of options to control the data fetching.

FireDAC.Comp.Client.TFDAdaptedDataSet.FetchOptions inherits from FireDAC.Comp.DataSet.TFDDataSet.FetchOptions. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.FetchOptions. Represents the set of options to control the data fetching.

See Also