QuerySavedDataAvailable Property |
|
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.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SavedDataAvailable { get; }
Public ReadOnly Property SavedDataAvailable As Boolean
Get
public:
virtual property bool SavedDataAvailable {
bool get () sealed;
}
function get_SavedDataAvailable();
Return Value
Type:
BooleanTrue 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