Method ExportToCsv
ExportToCsv(DataTable)
Exports the data to a CSV file.
Task ExportToCsv(DataTable dataTable)
Parameters
dataTable
DataTableThe data to be exported.
Returns
- Task
A task representing the asynchronous operation.
Exports the data to a CSV file.
Task ExportToCsv(DataTable dataTable)
dataTable
DataTableThe data to be exported.
A task representing the asynchronous operation.