Table of Contents

Method GetDataType

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetDataType(string)

Gets the DataType of the database column that the specified CSV header is mapped to.

public DataType GetDataType(string header)

Parameters

header string

The CSV header name.

Returns

DataType

The Velocity DataType for the target column.