Type SqlServer
Namespace Fake.SQL
string
connectionStringUsed to open the connection to the database.
string
connectionStringUsed to open the connection to the database.
string
targetDirThe directory where the attached files will live.
string
cacheDirThe file cache. If the files in the cache are not up to date, they will be refreshed.
IEnumerable<string>
filesThe original database files.
AttachOptions
attachOptionsAttachOptions for Sql server.
string
connectionStringUsed to open the connection to the database.
IEnumerable<string>
scriptsThe scripts which will be run.
string
connectionStringUsed to open the connection to the database.
string
scriptDirectoryAll *.sql files inside this directory and all subdirectories will be run.