Click or drag to resize

DatabaseWriteCsvRows Method (String, HttpContext, JSDrawFormColumn, String, Boolean)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public int WriteCsvRows(
	string sql,
	HttpContext context,
	JSDrawFormColumn[] cols,
	string filename,
	bool endresponse
)

Parameters

sql
Type: SystemString
context
Type: System.WebHttpContext
cols
Type: Scilligence.MolEngine.CompanionJSDrawFormColumn
filename
Type: SystemString
endresponse
Type: SystemBoolean

Return Value

Type: Int32
See Also