Represents the current state of a database that supports change scripts.
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) |
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. |