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
- Detect
Column Count Changes Attribute
Syntax
public DetectColumnCountChangesAttribute(bool detectColumnCountChanges = true)
Parameters
Name | Type | Description |
---|---|---|
detectColumnCountChanges | bool |