www.csvreader.com

Writes all data from the DataTable. Writes the column name headers as the first record in the output data.

[Visual Basic]
Overloads Public Sub WriteAll( _
   ByVal data As DataTable _
)
[C#]
public void WriteAll(
   DataTable data
);

Parameters

data
The data to write to the output.

See Also

CsvWriter Class | DataStreams.Csv Namespace | CsvWriter.WriteAll Overload List