FireDAC.Comp.Script.TFDSQLScripts.FindScript
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDSQLScripts | |
Delphi
function FindScript(const AName: String): TFDSQLScript;
C++
TFDSQLScript* __fastcall FindScript(const System::UnicodeString AName);
Description
Returns an SQL script by its name.
Use the FindScript method to find an SQL script by its name.