FireDAC.Comp.Script.TFDScriptCommand.Engine
| [–] 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.