Click or drag to resize
QueryLastRefreshStarted Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the date and time the last refresh of this query started

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<DateTime> LastRefreshStarted { get; set; }

Property Value

Type: NullableDateTime
The date and time the last refresh of this query started

Return Value

Type: NullableDateTime
The date and time the last refresh of this query started
Remarks