FireDAC.Comp.Script.TFDScriptCommand.Engine

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Engine: TFDScript read FEngine;

C++

__property TFDScript* Engine = {read=FEngine};

Description

Returns a reference to the SQL script engine.

Use the Engine property to get the reference to the SQL script engine.

See Also