RoundhouseSettings.

Baseline Property

Summary

Gets or sets a value indicating whether to create an insert for its recording tables, but not run anything.

Syntax

public bool Baseline { get; set; }

Value

Type Description
bool This instructs RH to create an insert for its recording tables, but not to actually run anything against the database. Use this option if you already have scripts that have been run through other means. Defaults to false.