FireDAC.Comp.Script.TFDScriptOptions.DefaultScriptPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultScriptPath: String read FDefaultScriptPath write FDefaultScriptPath;

C++

__property System::UnicodeString DefaultScriptPath = {read=FDefaultScriptPath, write=FDefaultScriptPath};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

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.

See Also