QuerySave Method (String) |
|
DataPA OpenAnalytics API Reference
Saves this query to the given file
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Save(
string File
)
Public Sub Save (
File As String
)
public:
virtual void Save(
String^ File
) sealed
Parameters
- File
- Type: SystemString
The given file
Remarks See Also