Initializes a new instance of the CsvDataReader.Column class using the name of the data type to use for this column.
Initializes a new instance of the CsvDataReader.Column class using the name of the data type to use for this column.
public CsvDataReader.Column(string);
Initializes a new instance of the CsvDataReader.Column class using the name of the data type to use for this column and specifying the name to use to refer to this column.
public CsvDataReader.Column(string,string);