FireDAC.Comp.DataSet.TFDDataSet.FetchOptions
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;
C++
__property Firedac::Stan::Option::TFDFetchOptions* FetchOptions = {read=GetFetchOptions, write=SetFetchOptions};
Description
Represents the set of options to control the data fetching.