Takes an SQL query and generates a CSV file for download.
Namespace: P4s3WebAssembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
[WebMethodAttribute]
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
public static void SqlToCsv(
string sql,
string fileName,
string ikey
)
[WebMethodAttribute]
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
public static void SqlToCsv(
string sql,
string fileName,
string ikey
)
Parameters
- sql
- Type: System String
- fileName
- Type: System String
- ikey
- Type: System String