ChangeScriptState Class

Represents the current state of a database that supports change scripts.

Inheritance Hierarchy

Syntax

public class ChangeScriptState

Constructors

Name Description
ChangeScriptState(bool initialized)

Initializes a new instance of the ChangeScriptState class.

ChangeScriptState(bool initialized, int version)

Initializes a new instance of the ChangeScriptState class.

ChangeScriptState(int version, System.Collections.Generic.IEnumerable<ChangeScriptExecutionRecord> scripts)

Properties

Name Description
ChangeScripterVersion

Gets the version number of the change script schema table.

IsInitialized

Gets a value indicating whether the database has been initialized.

Scripts

Gets the scripts which have been executed.