Summary
Executes Roundhouse migration to drop the database using the provided settings.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseAliases
Syntax
[CakeMethodAlias]
public static void RoundhouseDrop(this ICakeContext context, RoundhouseSettings settings)
Examples
RoundhouseDrop(new RoundhouseSettings{
ServerName = "Sql2008R2",
DatabaseName = "AdventureWorks2008R2"
});
Attributes
Type | Description |
---|---|
Cake |
An attribute used to mark script method aliases. |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | RoundhouseSettings | The settings. |
Return Value
Type | Description |
---|---|
void |