Table of Contents

Method ExportToCsv

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

ExportToCsv(DataTable)

Exports the specified DataTable to a CSV file.

public Task ExportToCsv(DataTable dataTable)

Parameters

dataTable DataTable

The DataTable to export.

Returns

Task

A task representing the asynchronous operation.