QueryLastRefreshCompletedNotNullable Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the date and time this query was last refreshed
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastRefreshCompletedNotNullable { get; set; }
Public Property LastRefreshCompletedNotNullable As DateTime
Get
Set
public:
virtual property DateTime LastRefreshCompletedNotNullable {
DateTime get () sealed;
void set (DateTime value) sealed;
}
function get_LastRefreshCompletedNotNullable();
function set_LastRefreshCompletedNotNullable(value);
Property Value
Type:
DateTimeThe date and time this query was last refreshed
Return Value
Type:
DateTimeThe date and time this query was last refreshed
Remarks Non-nullable version of the property. Date.MinValue is treated as null
See Also