Click or drag to resize

CsvEngine Constructor (CsvOptions)

Create a CsvEngine using the specified sample file with their headers.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public CsvEngine(
	CsvOptions options
)

Parameters

options
Type: FileHelpers.OptionsCsvOptions
The options used to create the record mapping class.
See Also