Table of Contents

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

header string

The CSV header name.

Returns

string

The database column name.