| CsvWriterWriteAll Method (DataTable) |
Writes all data from the
DataTable.
Writes the column name headers as the first record in the
output data.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public void WriteAll(
DataTable data
)
Public Sub WriteAll (
data As DataTable
)
Parameters
- data
- Type: System.DataDataTable
The data to write to the output.
See Also