Table of Contents

Method GetColumnType

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

GetColumnType(string)

Gets the CLR Type associated with the database column that the specified CSV header is mapped to.

public Type GetColumnType(string header)

Parameters

header string

The CSV header name.

Returns

Type

The CLR type used for value conversion.