InedoSDK Reference
Version:

ChangeScriptExecutionRecord Class

Contains information about a previously executed database change script.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.DatabaseConnections.ChangeScriptExecutionRecord

Syntax

public sealed class ChangeScriptExecutionRecord : IEquatable<T>

Constructors

Name Description
ChangeScriptExecutionRecord(ChangeScriptId Id, string Name, System.DateTime ExecutionDate, bool SuccessfullyExecuted)

Contains information about a previously executed database change script.

Properties

Name Description
ExecutionDate

The script execution date in UTC.

Id

The script ID.

Name

The script name.

SuccessfullyExecuted

Value indicating whether the script was successful.