Method GetColumn
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetColumn(string)
Gets the database column name that the specified CSV header is mapped to.
public string GetColumn(string header)
Parameters
headerstringThe CSV header name.
Returns
- string
The database column name.