QuerySavedDataFile Property |
|
DataPA OpenAnalytics API Reference
Gets the fully qualified path of the file required to run a test execution of this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SavedDataFile { get; }
Public ReadOnly Property SavedDataFile As String
Get
public:
virtual property String^ SavedDataFile {
String^ get () sealed;
}
function get_SavedDataFile();
Return Value
Type:
StringThe 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