HasHeaders

CsvDataLoadOptions.HasHeaders property

Gets or sets a value indicating whether the first record of CSV data contains column names.

public bool HasHeaders { get; set; }

Remarks

The default value is false.

See Also