FireDAC.Comp.Script.TFDScript.FetchOptions
Delphi
property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;
C++
__property Firedac::Stan::Option::TFDFetchOptions* FetchOptions = {read=GetFetchOptions, write=SetFetchOptions};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDScript |
Description
Fetches options for the SQL commands.
Use the FetchOptions property to specify the fetch options to be used for the SQL commands returning the cursors.