Click or drag to resize
QuerySavedDataAvailable Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a boolean value that indicates if the file required to run a test execution of this query exists and the query has data

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

Return Value

Type: Boolean
True if the file required to run a test execution of this query exists and the query has data
Remarks
If the file exists, the query has data and only returns a single dataset, the contents will be de-serialized and returned as the query data when the query is executed
See Also