Click or drag to resize
CsvWriterWriteAll Method (DataTable, Boolean)
Writes all data from the DataTable.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void WriteAll(
	DataTable data,
	bool writeHeaders
)

Parameters

data
Type: System.DataDataTable
The data to write to the output.
writeHeaders
Type: SystemBoolean
Write the column name headers as the first record in the output data.
See Also