Initializes a new instance of the FixedWidthDataReader.Column class using the name of the data type to use for this column.
[Visual Basic]
Public Sub New( _
ByVal
dataType As
String, _
ByVal
width As
Integer _
)
[C#]
public FixedWidthDataReader.Column(
string dataType,
int width);
Parameters
-
dataType
- Name of the data type in the database, for example, datetime, varchar, and so on.
-
width
-
See Also
FixedWidthDataReader.Column Class | DataStreams.FixedWidth Namespace