Summary
     Gets or sets a value indicating whether to create a database if it does not exist.
    
		- Namespace
 - Cake
.Common .Tools .Roundhouse  - Containing Type
 - RoundhouseSettings
 
Syntax
public bool DoNotCreateDatabase { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    This instructs RH to not create a database if it does not exists. Defaults to false.
     | 
				
