| FixedWidthWriterWriteAll Method |
Namespace: DataStreams.FixedWidthAssembly: 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