InedoSDK Reference
Version:

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

Contains information about a previously executed database change script.

Syntax

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

Parameters

Id
Type: ChangeScriptId

The script ID.

Name
Type: string

The script name.

ExecutionDate
Type: System.DateTime

The script execution date in UTC.

SuccessfullyExecuted
Type: bool

Value indicating whether the script was successful.