Click or drag to resize
SystemStructureLastLoadFromCache Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Indicates whether the previous load was from cache or system connection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool LastLoadFromCache { get; }

Property Value

Type: Boolean
TRUE from cache; FALSE from system connection

Return Value

Type: Boolean
TRUE from cache; FALSE from system connection
Remarks
Indicates whether the previous load was from cache or system connection
See Also