Summary
Gets or sets a value indicating whether perform a restore.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool Restore { get; set; }
Value
Type | Description |
---|---|
bool |
This instructs RH to do a restore (with the RestoreFilePath parameter) of a database before running migration scripts.
|