QueryImportFile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the path of the file from which this query will import data
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ImportFile { get; set; }
Public Property ImportFile As String
Get
Set
public:
virtual property String^ ImportFile {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ImportFile();
function set_ImportFile(value);
Return Value
Type:
StringThe path of the file from which this query will import data
See Also