Click or drag to resize

FixedFileEngine Constructor (Type)

This version of the FileHelperEngine is exclusively for fixed length records. It allows you to change options at runtime

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FixedFileEngine(
	Type recordType
)

Parameters

recordType
Type: SystemType
The record mapping class.
Remarks
Useful when you need to export or import the same info with slightly different options.
See Also