www.csvreader.com

Writes all data from the DataTable.

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

Parameters

data
The data to write to the output.

See Also

FixedWidthWriter Class | DataStreams.FixedWidth Namespace