Click or drag to resize
QuerySavedDataFile Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the fully qualified path of the file required to run a test execution of this query

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

Return Value

Type: String
The fully qualified path of the file required to run a test execution of this query
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