GrateSettings.

Drop Property

Summary

Gets or sets a value indicating whether to drop the DB.
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public bool Drop { get; set; }

Value

Type Description
bool This instructs grate to remove the target database. Unlike RoundhousE grate will continue to run the migration scripts after the drop.