| FixedWidthDataReaderColumn Constructor |
Namespace: DataStreams.FixedWidthAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public Column(
string dataType,
int width
)
Public Sub New (
dataType As String,
width As Integer
)
Parameters
- dataType
- Type: SystemString
Name of the data type in the database, for example, datetime, varchar, and so on.
- width
- Type: SystemInt32
See Also