FireDAC.Comp.Script.TFDSQLScripts.FindScript

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FindScript(const AName: String): TFDSQLScript;

C++

TFDSQLScript* __fastcall FindScript(const System::UnicodeString AName);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDSQLScripts


Beschreibung

Gibt ein SQL-Skript anhand seines Namens zurück.

Mit der Methode FindScript können Sie ein SQL-Skript anhand seines Namens finden.

Siehe auch