Track history for a Statement.
Default constructor
public Void StatementTrack()
Initalizes a new instance of StatementTrack.
public Void StatementTrack(statementId, executedHash, executedTime)
Name | Type | Summary |
---|---|---|
statementId | String | Statement Id. |
executedHash | String | Hash of the executed statement. |
executedTime | DateTime | Time when the statement was executed. |
Hash of the executed statement.
public String ExecutedHash { get; set; }
Time when the statement was executed.
public DateTime ExecutedTime { get; set; }
Statement Id.
public String StatementId { get; set; }
In this document