www.csvreader.com

Adds a FixedWidthDataReader.Column to the collection.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal dataType As String, _
   ByVal width As Integer, _
   ByVal columnName As String _
)
[C#]
public void Add(
   string dataType,
   int width,
   string columnName
);

Parameters

dataType
The name of the data type of the FixedWidthDataReader.Column to add to the collection.
width
columnName
The name to use when referring to this column in column mappings.

See Also

FixedWidthDataReader.ColumnCollection Class | DataStreams.FixedWidth Namespace | FixedWidthDataReader.ColumnCollection.Add Overload List