AjaxWebSvcPage SqlToCsv Method A Sandcastle Documented Class Library
Takes an SQL query and generates a CSV file for download.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[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
See Also