Writes all data from the DataTable. Writes the column name headers as the first record in the output data.
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);
CsvWriter Class | DataStreams.Csv Namespace