Saves the result grid to a CSV file.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public void SendGridToCsv(
string fileName
)
public void SendGridToCsv(
string fileName
)
Public Sub SendGridToCsv ( _
fileName As String _
)
Public Sub SendGridToCsv ( _
fileName As String _
)
public:
void SendGridToCsv(
String^ fileName
)
public:
void SendGridToCsv(
String^ fileName
)
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
SaveFileDialog.