Click or drag to resize
Grid Solutions Framework

CsvExportAdapterHeaderLine Property

Gets or sets the default header line for the CSV exports, set to empty string for no header. Column order is fixed as timestamp, ID, and value.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("Timestamp,ID,Value")]
public string HeaderLine { get; set; }
View Source

Property Value

String
See Also