Summary
Gets or sets a value indicating whether to drop the DB.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool Drop { get; set; }
Value
Type | Description |
---|---|
bool | This instructs RH to remove a database and not run migration scripts. |