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