Method AddColumn
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
AddColumn(Column)
Adds a mapping for a Column, using the column's own name as both the CSV header and the database column name.
public void AddColumn(Column column)
Parameters
columnColumnThe column to map.