FireDAC.Comp.Script.TFDScript.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResourceOptions: TFDResourceOptions read GetResourceOptions write SetResourceOptions;

C++

__property Firedac::Stan::Option::TFDResourceOptions* ResourceOptions = {read=GetResourceOptions, write=SetResourceOptions};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

Resource options for the SQL commands.

Use the ResourceOptions property to specify the resource usage options to be used for the SQL commands.

See Also