FireDAC.Comp.Script.TFDSQLScript.Name
Delphi
property Name: String read FName write FName;
C++
__property System::UnicodeString Name = {read=FName, write=FName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDSQLScript |
Description
The name of a script.
Set the Name property to a name of a SQL script. The engine uses this name to find a script, when it is launched by @<name> or a similar command.