Table of Contents

Method ExportToCsv

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

ExportToCsv(DataTable)

Exports the data to a CSV file.

Task ExportToCsv(DataTable dataTable)

Parameters

dataTable DataTable

The data to be exported.

Returns

Task

A task representing the asynchronous operation.