DetectColumnCountChanges Property
A value indicating whether changes in the column count should be detected. If , a BadDataException will be thrown if a different column count is detected.
Namespace
CsvHelper.Configuration.Attributes
Containing Type
DetectColumnCountChangesAttribute
Property Type
bool

Syntax

public bool DetectColumnCountChanges { get; private set; }

Value

Type Description
bool