DetectColumnCountChangesAttribute(bool) Constructor
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.

Syntax

public DetectColumnCountChangesAttribute(bool detectColumnCountChanges = true)

Parameters

Name Type Description
detectColumnCountChanges bool