HasHeaderRecordAttribute(bool) Constructor
A value indicating whether the CSV file has a header record.

Syntax

public HasHeaderRecordAttribute(bool hasHeaderRecord = true)

Parameters

Name Type Description
hasHeaderRecord bool A value indicating whether the CSV file has a header record.