Click or drag to resize

CsvOptionsIncludeHeaderNames Property

If True, add to the first row the names of the columns taken from DataTable and also update the value of HeaderLines option to 1

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public bool IncludeHeaderNames { get; set; }

Property Value

Type: Boolean
See Also