Click or drag to resize

FileTransformEngineTSource, TDestinationTransformRecords Method

Transforms an array of records from the source type to the destination type

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public TDestination[] TransformRecords(
	TSource[] sourceRecords
)

Parameters

sourceRecords
Type: TSource
An array of the source records.

Return Value

Type: TDestination
The transformed records.
See Also