RoundhouseSettings.

AlterDatabaseFolderName Property

Summary

Gets or sets the folder name for 'alterDatabase' scripts.

Syntax

public string AlterDatabaseFolderName { get; set; }

Value

Type Description
string The name of the folder where you keep your alter database scripts. Read up on token replacement. You will want to use {{DatabaseName}} here instead of specifying a database name.