Click or drag to resize
FixedWidthDataReaderColumn Constructor
Initializes a new instance of the FixedWidthDataReaderColumn class using the name of the data type to use for this column.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public Column(
	string dataType,
	int width
)

Parameters

dataType
Type: SystemString
Name of the data type in the database, for example, datetime, varchar, and so on.
width
Type: SystemInt32
See Also