ChangeScriptExecutionRecord Class

Contains information about a previously executed database change script.

Inheritance Hierarchy

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
Id
Name
SuccessfullyExecuted

Methods

Name Description
<Clone>$
Deconstruct(ChangeScriptId& Id, System.String& Name, System.DateTime& ExecutionDate, System.Boolean& SuccessfullyExecuted)
Equals(ChangeScriptExecutionRecord other)
GetHashCode
ToString