StatementTrack

Track history for a Statement.

Namespace:
KpokPatagon.Data.Migrations.Tracking
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

StatementTrack

Default constructor

Signature:
public Void StatementTrack()

StatementTrack

Initalizes a new instance of StatementTrack.

Signature:
public Void StatementTrack(statementId, executedHash, executedTime)
Parameters
Name Type Summary
statementId String Statement Id.
executedHash String Hash of the executed statement.
executedTime DateTime Time when the statement was executed.

Properties

ExecutedHash

Hash of the executed statement.

Signature:
public String ExecutedHash { get; set; }

ExecutedTime

Time when the statement was executed.

Signature:
public DateTime ExecutedTime { get; set; }

StatementId

Statement Id.

Signature:
public String StatementId { get; set; }