Summary
Runs Roundhouse with the given settings.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseRunner
Syntax
public void Run(RoundhouseSettings settings, bool drop = false)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | RoundhouseSettings | The settings. |
| drop | bool | Will drop/delete the database if set to true. |
Return Value
| Type | Description |
|---|---|
| void |
