A value indicating whether the CSV file has a header record.
- Namespace
- CsvHelper
.Configuration .Attributes - Containing Type
- Has
Header Record Attribute
Syntax
public HasHeaderRecordAttribute(bool hasHeaderRecord = true)
Parameters
Name | Type | Description |
---|---|---|
hasHeaderRecord | bool | A value indicating whether the CSV file has a header record. |