www.csvreader.com

Initializes a new instance of the CsvDataReader.Column class using the name of the data type to use for this column.

Overload List

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);

See Also

CsvDataReader.Column Class | Csv Namespace