RoundhouseRunner.

Run(RoundhouseSettings, bool) Method

Summary

Runs Roundhouse with the given settings.

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