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
Syntaxpublic CsvEngine(
CsvOptions options
)
Public Sub New (
options As CsvOptions
)
Parameters
- options
- Type: FileHelpers.OptionsCsvOptions
The options used to create the record mapping class.
See Also