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
Syntaxpublic FixedFileEngine(
Type recordType
)
Public Sub New (
recordType As Type
)
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