add_column_type


Description:

[ Version ( since = "0.12.0" ) ]
public void add_column_type (string name, DataType data_type)

Add value type of a column.

Parameters:

this

A CSVReadOptions.

name

The name of the target column.

data_type

The DataType for the column.