FireDAC.Comp.Script.TFDScriptOptions.DefaultScriptPath
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptOptions | |
Delphi
property DefaultScriptPath: String read FDefaultScriptPath write FDefaultScriptPath;
C++
__property System::UnicodeString DefaultScriptPath = {read=FDefaultScriptPath, write=FDefaultScriptPath};
Description
Specifies the default path to the script files.
Set the DefaultScriptPath property value to a folder with the SQL script files. If a script file name is specified without a path, DefaultScriptPath is used as a path.