Click or drag to resize
FixedWidthWriterWriteAll Method
Writes all data from the DataTable.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void WriteAll(
	DataTable data
)

Parameters

data
Type: System.DataDataTable
The data to write to the output.
See Also