SystemStructureLastLoadFromCache Property |
|
DataPA OpenAnalytics API Reference
Indicates whether the previous load was from cache or system connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool LastLoadFromCache { get; }
Public ReadOnly Property LastLoadFromCache As Boolean
Get
public:
property bool LastLoadFromCache {
bool get ();
}
function get_LastLoadFromCache();
Property Value
Type:
BooleanTRUE from cache; FALSE from system connection
Return Value
Type:
BooleanTRUE from cache; FALSE from system connection
Remarks Indicates whether the previous load was from cache or system connection
See Also