Summary
Gets or sets the folder name for 'alterDatabase' scripts.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
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. |