FireDAC.Comp.Script.TFDScript.ResourceOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property ResourceOptions: TFDResourceOptions read GetResourceOptions write SetResourceOptions;

C++

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

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