FireDAC.Comp.Script.TFDSQLScript.Name
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDSQLScript |
Delphi
property Name: String read FName write FName;
C++
__property System::UnicodeString Name = {read=FName, write=FName};
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.