QueryLastRefreshStarted Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the date and time the last refresh of this query started
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTime> LastRefreshStarted { get; set; }
Public Property LastRefreshStarted As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastRefreshStarted {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
function get_LastRefreshStarted();
function set_LastRefreshStarted(value);
Property Value
Type:
NullableDateTimeThe date and time the last refresh of this query started
Return Value
Type:
NullableDateTimeThe date and time the last refresh of this query started
Remarks See Also