Gets or sets a value indicating whether the first row contains column names.
Namespace: CleanCode.CsvProcessingAssembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
public bool ReadFirstRowAsHeaders { get; set; }
public bool ReadFirstRowAsHeaders { get; set; }
Public Property ReadFirstRowAsHeaders As Boolean
Get
Set
Public Property ReadFirstRowAsHeaders As Boolean
Get
Set
public:
property bool ReadFirstRowAsHeaders {
bool get ();
void set (bool value);
}
public:
property bool ReadFirstRowAsHeaders {
bool get ();
void set (bool value);
}
Field Value
true if the first row contains column names;
otherwise,
false.