SqlEditor SendGridToCsv Method CleanCode C# Libraries v1.2.03 API
Saves the result grid to a CSV file.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void SendGridToCsv(
	string fileName
)
Remarks

This is used internally when the user selects the Save Grid button. It is also available externally for applications that wish to save the current file programmatically without going through a OnlineSaveFileDialog.
See Also