SystemStructureLastRefresh Property |
|
DataPA OpenAnalytics API Reference
The modified date of the Schema Cache file
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastRefresh { get; }
Public ReadOnly Property LastRefresh As DateTime
Get
public:
property DateTime LastRefresh {
DateTime get ();
}
function get_LastRefresh();
Property Value
Type:
DateTimeThe modified date of the Schema Cache file
Return Value
Type:
DateTimeThe modified date of the Schema Cache file
Remarks The modified date of the Schema Cache file
See Also