FireDAC.Comp.Script.TFDScriptCommand.Engine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Engine: TFDScript read FEngine;

C++

__property TFDScript* Engine = {read=FEngine};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Returns a reference to the SQL script engine.

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

See Also