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
headerstringThe CSV header name.
Returns
- Type
The CLR type used for value conversion.