www.csvreader.com

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

Overload List

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

public void WriteAll(DataTable);

Writes all data from the DataTable.

public void WriteAll(DataTable,bool);

See Also

CsvWriter Class | DataStreams.Csv Namespace