CsvHelperSettings.

DetectColumnCountChanges Property

Summary

Gets or sets a value indicating whether changes in the column count should be detected. If true, a CsvHelper.BadDataException will be thrown if a different column count is detected.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool DetectColumnCountChanges { get; set; }

Value

Type Description
bool true if [detect column count changes]; otherwise, false.