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

Syntax

bool DetectColumnCountChanges { get; }

Value

Type Description
bool